Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
stanriders committed Oct 18, 2023
1 parent 3e81043 commit a175ce9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '3.8'

networks:
main:
logs:
external: true

services:
backend:
Expand All @@ -12,15 +14,15 @@ services:
- "127.0.0.1:3501:3001"
environment:
- PathBase=/api
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_ENVIRONMENT
- ASPNETCORE_URLS=http://+:3001
- Database__Database=mutualify
- Database__Host=postgres
- Database__Port=5432
- Database__Username=postgres
- Database__Password=postgres
- osuApi__ClientId=
- osuApi__ClientSecret=
- osuApi__ClientId
- osuApi__ClientSecret
- osuApi__CallbackUrl=/oauth/callback
volumes:
- ./logs/backend:/app/logs
Expand Down

0 comments on commit a175ce9

Please sign in to comment.