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:
parent
030132e0f0
commit
32bd26c430
@ -41,10 +41,8 @@ services:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
environment:
|
||||
- PGDATA: /var/lib/postgresql/data
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_PASSWORD
|
||||
- POSTGRES_DB
|
||||
|
||||
env_file:
|
||||
- .env
|
||||
web:
|
||||
image: makeplane/plane-space:v0.25.3
|
||||
restart: unless-stopped
|
||||
@ -55,6 +53,8 @@ services:
|
||||
depends_on:
|
||||
- api
|
||||
- worker
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
space:
|
||||
image: makeplane/plane-space:v0.25.3
|
||||
@ -67,6 +67,8 @@ services:
|
||||
- api
|
||||
- worker
|
||||
- web
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
admin:
|
||||
image: makeplane/plane-admin:v0.25.3
|
||||
@ -79,6 +81,8 @@ services:
|
||||
- api
|
||||
- worker
|
||||
- web
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
live:
|
||||
image: makeplane/plane-live:v0.25.3
|
||||
@ -91,6 +95,8 @@ services:
|
||||
- api
|
||||
- worker
|
||||
- web
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
api:
|
||||
image: makeplane/plane-backend:v0.25.3
|
||||
@ -100,10 +106,11 @@ services:
|
||||
volumes:
|
||||
- apiserver:/code
|
||||
command: bin/docker-entrypoint-api-local.sh
|
||||
|
||||
depends_on:
|
||||
- plane-db
|
||||
- plane-redis
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
worker:
|
||||
image: makeplane/plane-worker:0.11
|
||||
@ -117,6 +124,8 @@ services:
|
||||
- api
|
||||
- plane-db
|
||||
- plane-redis
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
beat-worker:
|
||||
image: makeplane/plane-worker:0.11
|
||||
@ -130,6 +139,8 @@ services:
|
||||
- api
|
||||
- plane-db
|
||||
- plane-redis
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
migrator:
|
||||
image: makeplane/plane-worker:0.11
|
||||
@ -142,6 +153,8 @@ services:
|
||||
depends_on:
|
||||
- plane-db
|
||||
- plane-redis
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user