generated from PenaSide/GolangTemplate
cleanup compose
This commit is contained in:
parent
2cd90dda66
commit
011256c7cb
@ -54,12 +54,7 @@ services:
|
||||
context: ../../.
|
||||
dockerfile: Dockerfile
|
||||
target: test
|
||||
command:
|
||||
[
|
||||
"sh",
|
||||
"-c",
|
||||
'migrate -source file://migrations -database "mongodb://test:test@customer-db:27017/admin?authSource=admin" up',
|
||||
]
|
||||
command: migrate -source file://migrations -database "mongodb://test:test@customer-db:27017/admin" up
|
||||
depends_on:
|
||||
- customer-db
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user