feat: Introduce Docker Compose setup for a Django application including PostgreSQL, Redis, and Celery services.
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
container_name: mix_postgres
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- /Volume1/DockerAppsData/mixapp/app/myproject/docker/.env.docker
|
||||
- .env.docker
|
||||
volumes:
|
||||
- /Volume1/DockerAppsData/mixapp/postgres:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user