diff --git a/docker-compose.yaml b/docker-compose.yaml index b5b8fc7..ccd3dfd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -20,6 +20,7 @@ services: backend: image: git.sentinelforest.xyz/rohskiddo/umbra-backend:main-latest + build: ./backend restart: unless-stopped env_file: .env depends_on: @@ -42,6 +43,7 @@ services: frontend: image: git.sentinelforest.xyz/rohskiddo/umbra-frontend:main-latest + build: ./frontend restart: unless-stopped ports: - "80:8080"