compose
This commit is contained in:
parent
b545aa75cc
commit
8352a471a2
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user