Skip to content
Snippets Groups Projects
Unverified Commit 2cad17ab authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Move the backend dependency to the right place in docker-compose.yml

parent fca80a4d
Branches
No related tags found
1 merge request!21Move the backend dependency to the right place in docker-compose.yml
Pipeline #39765 passed
...@@ -28,8 +28,6 @@ services: ...@@ -28,8 +28,6 @@ services:
frontend: frontend:
image: registry.gitlab.collabora.com/obs/open-build-service/frontend image: registry.gitlab.collabora.com/obs/open-build-service/frontend
depends_on:
- backend
volumes: volumes:
- frontend-logs:/obs/src/api/log - frontend-logs:/obs/src/api/log
- type: tmpfs - type: tmpfs
...@@ -51,6 +49,7 @@ services: ...@@ -51,6 +49,7 @@ services:
ports: ports:
- "127.0.0.1:3000:3000" - "127.0.0.1:3000:3000"
depends_on: depends_on:
- backend
- db - db
- cache - cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment