Skip to content

Commit

Permalink
removed the source schema from the docker-compose file to make runnin…
Browse files Browse the repository at this point in the history
…g it possible
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent f4922e7 commit 908043a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ services:
- MARIADB_DATABASE=${DB_NAME}
volumes:
- campus-db-data:/bitnami/mariadb
- ./deployment/charts/backend/files/source-schema.sql:/docker-entrypoint-startdb.d/schema.sql
healthcheck:
test: ['CMD', '/opt/bitnami/scripts/mariadb/healthcheck.sh']
interval: 15s
Expand Down

0 comments on commit 908043a

Please sign in to comment.