Docker compose small fixes
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user