docker(prod): update docker-compose.prod.yml to use registry image

This commit is contained in:
Herculino Trotta
2024-12-27 11:20:14 -03:00
parent b963a3cfb8
commit 5752606fec

View File

@@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: ./docker/prod/django/Dockerfile
image: ${SERVER_NAME}
image: ghcr.io/eitchtee/wygiwyh:latest
container_name: ${SERVER_NAME}
command: /start
ports:
@@ -27,7 +27,6 @@ services:
procrastinate:
<<: *django
image: ${PROCRASTINATE_NAME}
container_name: ${PROCRASTINATE_NAME}
depends_on:
- db