Skip to content

Commit c70eadc

Browse files
committed
Clean up unused invite config
1 parent fd5dfee commit c70eadc

File tree

2 files changed

+2
-134
lines changed

2 files changed

+2
-134
lines changed

core/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,14 @@ services:
307307
volumes:
308308
- ./haproxy/haproxy.crt:/certificates/haproxy.crt
309309
- ./cacert/__cacert_entrypoint.sh:/__cacert_entrypoint.sh
310-
- ./invite:/config
311310
networks:
312311
coreconextdev:
313312
entrypoint: /__cacert_entrypoint.sh
314313
depends_on:
315314
oidcng:
316315
condition: service_started
316+
mariadb:
317+
condition: service_healthy
317318
command: "java -jar app.jar --spring.profiles.active=devconf"
318319
hostname: inviteserver.docker
319320
working_dir: /

core/invite/application.yml

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)