Skip to content

Commit

Permalink
docker yml file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Dec 23, 2024
1 parent b61341f commit e8e45ff
Show file tree
Hide file tree
Showing 3 changed files with 10,008 additions and 42 deletions.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ services:
ACCEPT_EULA: 'yes'
MSSQL_SA_PASSWORD: 'D3velopmentP0'
healthcheck:
test: ["CMD-SHELL", "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P D3velopmentP0 -Q 'SELECT 1'"]
test:
[
'CMD-SHELL',
"/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P D3velopmentP0 -Q 'SELECT 1'",
]
interval: 10s
timeout: 10s
retries: 5
Expand Down Expand Up @@ -52,6 +56,8 @@ services:
volumes:
- ./keycloak/realm:/opt/keycloak/data/import
- ./keycloak/themes:/opt/keycloak/themes
- ./keycloak/data:/opt/keycloak/data

mailhog:
image: mailhog/mailhog
ports:
Expand Down
Loading

0 comments on commit e8e45ff

Please sign in to comment.