mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-11 23:32:56 +02:00
add build instructions to prod docker-compose
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: eitchtee/wygiwyh:latest
|
image: eitchtee/wygiwyh:latest
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./docker/prod/django/Dockerfile
|
||||||
container_name: ${SERVER_NAME}
|
container_name: ${SERVER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
|
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
|
||||||
|
|||||||
Reference in New Issue
Block a user