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
|
- dev_env
|
||||||
volumes:
|
volumes:
|
||||||
- redisdata:/data
|
- redisdata:/data
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
|
||||||
plane-mq:
|
plane-mq:
|
||||||
image: rabbitmq:4.0-management-alpine
|
image: rabbitmq:4.0-management-alpine
|
||||||
@@ -18,6 +20,8 @@ services:
|
|||||||
- RABBITMQ_DEFAULT_USER
|
- RABBITMQ_DEFAULT_USER
|
||||||
- RABBITMQ_DEFAULT_PASS
|
- RABBITMQ_DEFAULT_PASS
|
||||||
- RABBITMQ_DEFAULT_VHOST
|
- RABBITMQ_DEFAULT_VHOST
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
|
||||||
plane-minio:
|
plane-minio:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
@@ -30,6 +34,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- MINIO_ROOT_USER
|
- MINIO_ROOT_USER
|
||||||
- MINIO_ROOT_PASSWORD
|
- MINIO_ROOT_PASSWORD
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
|
||||||
plane-db:
|
plane-db:
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user