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