mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-13 16:22:42 +02:00
docker(prod): update docker-compose.prod.yml to use registry image
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/prod/django/Dockerfile
|
dockerfile: ./docker/prod/django/Dockerfile
|
||||||
image: ${SERVER_NAME}
|
image: ghcr.io/eitchtee/wygiwyh:latest
|
||||||
container_name: ${SERVER_NAME}
|
container_name: ${SERVER_NAME}
|
||||||
command: /start
|
command: /start
|
||||||
ports:
|
ports:
|
||||||
@@ -27,7 +27,6 @@ services:
|
|||||||
|
|
||||||
procrastinate:
|
procrastinate:
|
||||||
<<: *django
|
<<: *django
|
||||||
image: ${PROCRASTINATE_NAME}
|
|
||||||
container_name: ${PROCRASTINATE_NAME}
|
container_name: ${PROCRASTINATE_NAME}
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|||||||
Reference in New Issue
Block a user