You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/modules/docs/docker-compose.migrate.yml

13 lines
431 B

version: '3.4'
services:
volo-docs-migrator:
image: 'volosoft/volo-docs-migrator:${TAG:-latest}'
build:
context: ../../
dockerfile: modules/docs/app/VoloDocs.Migrator/Dockerfile
environment:
- ConnectionString=Server=sqlserver;Database=VoloDocs;Trusted_Connection=True;MultipleActiveResultSets=true;User=sa;Password=yourStrong(!)Password;Integrated Security=false
depends_on:
- sqlserver