cleanup compose

This commit is contained in:
Maxim Dolgushin 2023-11-01 16:24:45 +07:00 committed by skeris
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: