Skip to content

Commit

Permalink
Add volume for thallium-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 16, 2024
1 parent d2107a7 commit 493ba9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
build: thallium-backend
restart: unless-stopped
command: ["src.app:fastapi_app", "--host", "0.0.0.0", "--port", "80", "--reload"]
# volumes:
# - ./thallium:/thallium/thallium:ro
volumes:
- ./thallium-backend/src:/thallium/src:ro
env_file:
- .env
ports:
Expand Down

0 comments on commit 493ba9a

Please sign in to comment.