1
0

add homer

This commit is contained in:
2023-03-14 15:57:24 +01:00
parent 99fd9d88d9
commit c1b73e206a
2 changed files with 19 additions and 1 deletions

View File

@ -571,6 +571,22 @@ services:
- base
restart: unless-stopped
homer:
image: b4bz/homer
container_name: homer
ports:
- "${HOMER_EXTERNAL_PORT}:${HOMER_INTERNAL_PORT}"
networks:
- public
profiles:
- base
volumes:
- "${DOCKER_STORAGE_PATH}/homer:/www/assets"
environment:
UID: ${PUID}
GID: ${PGID}
restart: unless-stopped
networks:
loki:
caddy: