diff options
author | 2024-08-16 18:03:04 +0100 | |
---|---|---|
committer | 2024-08-16 18:03:04 +0100 | |
commit | 493ba9adc1b84fd8459ce67146c9cf7d8dd20794 (patch) | |
tree | 13ecc2a49a54273ffe9a70ba35ea84643cfbed8c /docker-compose.yml | |
parent | Checkout repo before building (diff) |
Add volume for thallium-backend
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index f3f9844..b21ec04 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: |