bind volume in docker compose

This commit is contained in:
AdrienLSH 2024-05-14 14:03:20 +02:00
parent 90dc5dac84
commit 3039ad831a

View File

@ -11,6 +11,10 @@ services:
container_name: django
restart: always
env_file: .env
volumes:
- type: bind
source: ./django
target: /app
depends_on:
db:
condition: service_healthy