|
|
|
@ -8,13 +8,13 @@ services: |
|
|
|
ports: |
|
|
|
- "1433" |
|
|
|
|
|
|
|
migrations: |
|
|
|
image: 'volosoft/microservice-demo-migrations:${TAG:-latest}' |
|
|
|
build: |
|
|
|
context: ../.. |
|
|
|
dockerfile: samples/MicroserviceDemo/databases/Dockerfile |
|
|
|
depends_on: |
|
|
|
- sqlserver |
|
|
|
# migrations: |
|
|
|
# image: 'volosoft/microservice-demo-migrations:${TAG:-latest}' |
|
|
|
# build: |
|
|
|
# context: ../.. |
|
|
|
# dockerfile: samples/MicroserviceDemo/databases/Dockerfile |
|
|
|
# depends_on: |
|
|
|
# - sqlserver |
|
|
|
|
|
|
|
restore-database: |
|
|
|
image: 'volosoft/microservice-demo-restore-database:${TAG:-latest}' |
|
|
|
|