mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
added environment files to all containers
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
||||
- dev_env
|
||||
volumes:
|
||||
- redisdata:/data
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
plane-mq:
|
||||
image: rabbitmq:4.0-management-alpine
|
||||
@@ -18,6 +20,8 @@ services:
|
||||
- RABBITMQ_DEFAULT_USER
|
||||
- RABBITMQ_DEFAULT_PASS
|
||||
- RABBITMQ_DEFAULT_VHOST
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
plane-minio:
|
||||
image: minio/minio
|
||||
@@ -30,6 +34,8 @@ services:
|
||||
environment:
|
||||
- MINIO_ROOT_USER
|
||||
- MINIO_ROOT_PASSWORD
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
plane-db:
|
||||
image: postgres:17-alpine
|
||||
|
||||
Reference in New Issue
Block a user