Docker compose small fixes

This commit is contained in:
2023-09-10 15:30:19 +03:00
parent 7e60195cb7
commit a16aad5907

View File

@@ -26,9 +26,11 @@ services:
POSTGRES_DB: "virt_dashboard" POSTGRES_DB: "virt_dashboard"
ports: ports:
- "5000:5000" - "5000:5000"
restart: unless-stopped
frontend: frontend:
build: ./frontend/ build: ./frontend/
ports: ports:
- "3000:3000" - "3000:3000"
restart: unless-stopped
volumes: volumes:
pgdata: pgdata: