mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(dc): ♻ lint depends_on
This commit is contained in:
parent
65bd15edf0
commit
dc3fc950c5
2 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ services:
|
|||
- ./reverse-proxy/location-includes:/etc/nginx/location-includes:ro
|
||||
- ./reverse-proxy/conf.d:/etc/nginx/conf.d:ro
|
||||
- ~/cert:/etc/nginx/cert:ro
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
web:
|
||||
image: ghcr.io/collinbarrett/filterlists-web
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ services:
|
|||
restart: on-failure:3
|
||||
networks:
|
||||
- reverse-proxy
|
||||
depends_on:
|
||||
- api-docs
|
||||
- archival-api
|
||||
- directory-api
|
||||
|
||||
api-docs:
|
||||
image: swaggerapi/swagger-ui:latest
|
||||
|
|
@ -13,6 +17,7 @@ services:
|
|||
networks:
|
||||
- reverse-proxy
|
||||
depends_on:
|
||||
- archival-api
|
||||
- directory-api
|
||||
env_file:
|
||||
- api-docs.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue