Removing dependencies, that do not work.

This commit is contained in:
2021-12-16 05:37:28 +01:00
parent 7dc1488566
commit 2bcb6147b3
2 changed files with 0 additions and 4 deletions

View File

@@ -33,8 +33,6 @@ services:
- internal
volumes:
- semaphore:/home/semaphore:rw
depends_on:
- mysql8
labels:
- "traefik.enable=true"
- "traefik.http.routers.semaphore.entrypoints=web"

View File

@@ -34,8 +34,6 @@ services:
- gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
depends_on:
- psql14
networks:
- internal
- proxy