mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
heimdall ready for production
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Heimdall
|
||||
services:
|
||||
heimdall:
|
||||
image: ${HEIMDALL_IMAGE}
|
||||
restart: ${HEIMDALL_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/heimdall:/config
|
||||
environment:
|
||||
- PGID=${HEIMDALL_PGID:-1000}
|
||||
- PUID=${HEIMDALL_PUID:-1000}
|
||||
- TZ=${TZ:-America/Vancouver}
|
||||
ports:
|
||||
- 8000:80
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user