You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
397 B
17 lines
397 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: heimdall_server_1
|
|
APP_PORT: 80
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: lscr.io/linuxserver/heimdall:2.5.6@sha256:dc4f01cd09a9a2f1dbb9c2029d1300070861355754004ac70b33723bd42ff957
|
|
volumes:
|
|
- ${APP_DATA_DIR}/config:/config
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
restart: on-failure
|
|
|