Skip to content

Commit

Permalink
Fix docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed May 31, 2024
1 parent 3e149a5 commit 882cc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastapi_server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
networks:
'{{secrets.TRAFIK_NETWORK}}':
traefiknet:
external: true

services:
Expand All @@ -12,7 +12,7 @@ services:
command: poetry run litestar run --host 0.0.0.0 --port 8000
restart: unless-stopped
networks:
- '{{ secrets.TRAFIK_NETWORK }}'
- traefiknet
env_file:
- .env
volumes:
Expand Down

0 comments on commit 882cc66

Please sign in to comment.