mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 06:27:37 +00:00
docker fix
This commit is contained in:
@@ -32,9 +32,6 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_URLS=http://+:8005
|
- ASPNETCORE_URLS=http://+:8005
|
||||||
- ConnectionStrings__DefaultConnection=Server=mysql;Port=3306;Database=${MYSQL_DATABASE};Uid=${MYSQL_USER};Pwd=${MYSQL_PASSWORD};
|
|
||||||
- Jwt__Key=${JWT_KEY}
|
|
||||||
- Jwt__Issuer=WinStudentGoalTrackerAPI
|
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user