Skip to content

Commit

Permalink
dada
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 28, 2023
1 parent 16654b5 commit 01d1fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ services:
condition: service_completed_successfully # Let the init container create the cs
diracx-init-cs:
condition: service_completed_successfully # Let the init container create the cs
diracx-init-db:
condition: service_completed_successfully # Let the init container create the cs
ulimits:
nofile: 8192
volumes:
Expand Down Expand Up @@ -151,7 +153,7 @@ services:
environment:
- DIRACX_DB_URL_AUTHDB=mysql+aiomysql://Dirac:Dirac@mysql/AuthDB
entrypoint: |
/dockerMicroMambaEntrypoint.sh bash -c 'while ! python -m diracx.db init-sql; do sleep 1; done'
/dockerMicroMambaEntrypoint.sh bash -xc 'while ! python -m diracx.db init-sql; do sleep 1; done'
pull_policy: always

diracx:
Expand Down

0 comments on commit 01d1fb2

Please sign in to comment.