chore: use Docker Hub images in compose files
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
|||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: ["python", "backend/main_migrate.py"]
|
command: ["python", "backend/main_migrate.py"]
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -84,7 +84,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -102,7 +102,7 @@ services:
|
|||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: ["python", "backend/main_migrate.py"]
|
command: ["python", "backend/main_migrate.py"]
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -84,7 +84,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -102,7 +102,7 @@ services:
|
|||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: ["python", "backend/main_migrate.py"]
|
command: ["python", "backend/main_migrate.py"]
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -84,7 +84,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -102,7 +102,7 @@ services:
|
|||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: ["python", "backend/main_migrate.py"]
|
command: ["python", "backend/main_migrate.py"]
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -86,7 +86,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: *app_env_file
|
env_file: *app_env_file
|
||||||
environment:
|
environment:
|
||||||
@@ -104,7 +104,7 @@ services:
|
|||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
||||||
|
|||||||
+4
-4
@@ -5,7 +5,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: deploy/docker/Dockerfile
|
dockerfile: deploy/docker/Dockerfile
|
||||||
target: frontend
|
target: frontend
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-frontend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: deploy/docker/Dockerfile
|
dockerfile: deploy/docker/Dockerfile
|
||||||
target: backend
|
target: backend
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ${APP_ENV_FILE:-.env}
|
- ${APP_ENV_FILE:-.env}
|
||||||
@@ -65,7 +65,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: deploy/docker/Dockerfile
|
dockerfile: deploy/docker/Dockerfile
|
||||||
target: worker
|
target: worker
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-worker:${IMAGE_TAG:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ${APP_ENV_FILE:-.env}
|
- ${APP_ENV_FILE:-.env}
|
||||||
@@ -87,7 +87,7 @@ services:
|
|||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
container_name: remnawave-minishop-migrate
|
container_name: remnawave-minishop-migrate
|
||||||
image: ghcr.io/3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
image: 3252a8/remnawave-minishop-backend:${IMAGE_TAG:-latest}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: deploy/docker/Dockerfile
|
dockerfile: deploy/docker/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user