Modify `docker-compose.yml
`
This commit is contained in:
parent
6991b65175
commit
b25d2643b9
@ -11,6 +11,8 @@ services:
|
|||||||
- DB_CONNECTION_STRING="Server=db;Database=qtcnet;User Id=${DB_USER};Password=${DB_PASSWORD};"
|
- DB_CONNECTION_STRING="Server=db;Database=qtcnet;User Id=${DB_USER};Password=${DB_PASSWORD};"
|
||||||
- DB_PROVIDER="MySQL"
|
- DB_PROVIDER="MySQL"
|
||||||
- JWT_KEY="XoCgVnNjMT3h$!75lNib7JO!NC5pGh!4"
|
- JWT_KEY="XoCgVnNjMT3h$!75lNib7JO!NC5pGh!4"
|
||||||
|
volumes:
|
||||||
|
- "qtc-user-content:/app/user-content"
|
||||||
ports: # comment me out if your using traefik
|
ports: # comment me out if your using traefik
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
networks:
|
networks:
|
||||||
@ -47,6 +49,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
qtc-data:
|
qtc-data:
|
||||||
|
qtc-user-content:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
qtc-backend:
|
qtc-backend:
|
Loading…
x
Reference in New Issue
Block a user