Tweaking docker-compose
This commit is contained in:
parent
ca667f7896
commit
d68beb938f
@ -1,7 +1,7 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
app:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
@ -36,14 +36,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5000
|
- 5000
|
||||||
volumes:
|
volumes:
|
||||||
- data:/ref-test/data
|
- app:/ref-test/data
|
||||||
- ./logs:/ref-test/data/logs
|
- ./logs:/ref-test/data/logs
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
depends_on:
|
depends_on:
|
||||||
- postfix
|
postfix:
|
||||||
|
|
||||||
postfix:
|
postfix:
|
||||||
container_name: reftest_postfix
|
container_name: reftest_postfix
|
||||||
|
Loading…
Reference in New Issue
Block a user