diff --git a/docker-compose.yml b/docker-compose.yml index 24b3ef0..1544510 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: \ No newline at end of file