-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcompose.mixin.dockerdesktopdebug.yaml
More file actions
35 lines (30 loc) · 982 Bytes
/
compose.mixin.dockerdesktopdebug.yaml
File metadata and controls
35 lines (30 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
x-common-environment: &debug-environment
NETDISCO_DOMAIN: '${NETDISCO_DOMAIN:-discover}'
NETDISCO_DB_TENANT: '${NETDISCO_DB_TENANT:-}'
NETDISCO_DB_NAME: '${NETDISCO_DB_NAME:-}'
NETDISCO_DB_HOST: '${NETDISCO_DB_HOST:-netdisco-postgresql}'
NETDISCO_DB_PORT: '${NETDISCO_DB_PORT:-}'
NETDISCO_DB_USER: '${NETDISCO_DB_USER:-}'
NETDISCO_DB_PASS: '${NETDISCO_DB_PASS:-}'
NETDISCO_RO_COMMUNITY: '${NETDISCO_RO_COMMUNITY:-}'
PGDATABASE: '${PGDATABASE:-}'
PGHOST: '${PGHOST:-}'
PGPORT: '${PGPORT:-}'
PGUSER: '${PGUSER:-}'
PGPASSWORD: '${PGPASSWORD:-}'
services:
netdisco-postgresql:
environment:
<<: *debug-environment
NETDISCO_DB_SUPERUSER: '${NETDISCO_DB_SUPERUSER:-}'
netdisco-db-init:
environment:
<<: *debug-environment
NETDISCO_ADMIN_USER: '${NETDISCO_ADMIN_USER:-}'
netdisco-backend:
environment:
<<: *debug-environment
netdisco-web:
environment:
<<: *debug-environment
PORT: '${PORT:-}'