20 lines
315 B
YAML
20 lines
315 B
YAML
image:
|
|
name: ${CONTAINER_IMAGE}
|
|
pullPolicy: "IfNotPresent"
|
|
registryAuthBase64: ${REGISTRY_AUTH}
|
|
storageBase: ${STORAGE_BASE}
|
|
|
|
ports:
|
|
main: 31812
|
|
second: 31813
|
|
|
|
db:
|
|
host: "postgresql-pgbouncer"
|
|
port: 6432
|
|
user: "admin"
|
|
password: "radius_db"
|
|
name: "radius_db"
|
|
|
|
api:
|
|
host: "hotspotter"
|
|
port: 8080 |