ventilaar
/
clim
Archived
1
Fork 0

add software containers

This commit is contained in:
Ventilaar 2022-03-30 20:06:39 +02:00
parent 695cb09150
commit ce3d38f51f
1 changed files with 22 additions and 1 deletions

View File

@ -30,4 +30,25 @@ services:
ME_CONFIG_MONGODB_ADMINPASSWORD: test
ME_CONFIG_MONGODB_URL: mongodb://root:test@mongo:27017/
depends_on:
- mongo
- mongo
api:
image: 4grxfq/api
ports:
- "5001:5001"
environment:
DNS_SERVER: bind
DNS_PORT: 5053
OPENID_SECRET: CHANGEME
gui:
image: 4grxfq/gui
ports:
- "5000:5000"
environment:
OPENID_SECRET: CHANGEME
DNS_API: "http://api:5001"
NOSQL_URL: mongo
NOSQL_USER: root
NOSQL_PASS: test
NOSQL_PORT: 5027