diff --git a/docker-compose.yml b/docker-compose.yml index 571e2da..47a861e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ services: backend: build: context: ./backend + restart: unless-stopped env_file: .env volumes: - ./notebooks:/app/notebooks @@ -14,6 +15,7 @@ services: frontend: build: context: ./frontend + restart: unless-stopped env_file: .env environment: - PUBLIC_API_URL=https://${SPICEBOOK_DOMAIN:-localhost:4321}