Skip to content
Snippets Groups Projects
Commit 5a36fb9c authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

Update 2 files

- /flyway/flyway.conf
- /docker-compose.yml
parent 111b8b8e
No related branches found
No related tags found
1 merge request!181Resolve "flyway not starting on stage/prod"
Pipeline #404180 passed
......@@ -348,6 +348,7 @@ services:
# TODO
flyway:
image: flyway/flyway:${FLYWAY_IMAGE_TAG}
user: "${UID}:${UID}"
command: -configFiles=/flyway/conf/flyway.conf migrate
volumes:
- ./flyway/migrations:/flyway/sql
......
flyway.baselineOnMigrate=true
flyway.locations=filesystem:/flyway/sql
flyway.defaultSchema=public
flyway.schemas=public,config_db
\ No newline at end of file
flyway.schemas=public,config_db
flyway.jdbcProperties.sslrootcert=/etc/ssl/certs/ca-certificates.crt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment