This commit is contained in:
Irwan Cahyono 2025-06-30 11:42:44 +07:00
parent b545aa75cc
commit 8352a471a2

View File

@ -11,6 +11,8 @@ services:
- static_volume:/app/static - static_volume:/app/static
expose: expose:
- "8000" - "8000"
networks:
- freekake_net
nginx: nginx:
image: nginx:1.28-bookworm image: nginx:1.28-bookworm
@ -21,6 +23,11 @@ services:
- static_volume:/static - static_volume:/static
depends_on: depends_on:
- web - web
networks:
- freekake_net
volumes: volumes:
static_volume: static_volume:
networks:
freekake_net: