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"
ports:
- "5000:5000"
restart: unless-stopped
frontend:
build: ./frontend/
ports:
- "3000:3000"
restart: unless-stopped
volumes:
pgdata: