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