2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Remove hard dependency on API for Portal

- Remove `api` from `depends_on` in the QuickStart compose file as the API may be started externally
This commit is contained in:
Ryan Emerle 2022-02-01 10:58:26 -05:00 committed by GitHub
parent 0175cc92a8
commit fb9bd164b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ services:
volumes:
- ../build/docker/portal/application.conf:/opt/vinyldns/conf/application.conf
depends_on:
- api
- ldap
# Custom network so that we don't interfere with the host system