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