Modify `docker-compose.yml`

This commit is contained in:
Alan Moon 2025-06-16 12:52:07 -07:00
parent 6991b65175
commit b25d2643b9

View File

@ -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: