We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5dfee commit c70eadcCopy full SHA for c70eadc
2 files changed
core/docker-compose.yml
@@ -307,13 +307,14 @@ services:
307
volumes:
308
- ./haproxy/haproxy.crt:/certificates/haproxy.crt
309
- ./cacert/__cacert_entrypoint.sh:/__cacert_entrypoint.sh
310
- - ./invite:/config
311
networks:
312
coreconextdev:
313
entrypoint: /__cacert_entrypoint.sh
314
depends_on:
315
oidcng:
316
condition: service_started
+ mariadb:
317
+ condition: service_healthy
318
command: "java -jar app.jar --spring.profiles.active=devconf"
319
hostname: inviteserver.docker
320
working_dir: /
core/invite/application.yml
0 commit comments