mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 04:07:39 +00:00
docker fix
This commit is contained in:
@@ -32,9 +32,6 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- 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:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user