Tweaking docker-compose

This commit is contained in:
Vivek Santayana 2022-08-20 17:21:21 +01:00
parent ca667f7896
commit d68beb938f

View File

@ -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