diff --git a/docker-compose.yaml b/docker-compose.yaml index 46da7b0..58b9872 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,7 +23,6 @@ services: backend: image: git.sentinelforest.xyz/rohskiddo/umbra-backend:main-latest - build: ./backend restart: unless-stopped environment: - DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB} @@ -54,7 +53,6 @@ services: frontend: image: git.sentinelforest.xyz/rohskiddo/umbra-frontend:main-latest - build: ./frontend restart: unless-stopped ports: - "80:8080"