add build instructions to prod docker-compose

This commit is contained in:
icovada
2025-12-21 17:28:24 +01:00
parent bc65980511
commit c949c6cea0

View File

@@ -1,6 +1,9 @@
services:
web:
image: eitchtee/wygiwyh:latest
build:
context: .
dockerfile: ./docker/prod/django/Dockerfile
container_name: ${SERVER_NAME}
ports:
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"