This commit is contained in:
@@ -24,6 +24,8 @@ services:
|
||||
image: hereconnect/service-db-migrations:${DB_MIGRATIONS_TAG:-latest}
|
||||
volumes:
|
||||
- db_migrations_data:/opt/migrations/data
|
||||
environment:
|
||||
- API_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984
|
||||
depends_on:
|
||||
- couchdb
|
||||
restart: no
|
||||
|
||||
Reference in New Issue
Block a user