1
0

maloja: add

This commit is contained in:
2023-01-30 16:34:30 +01:00
parent fe456c1cc2
commit e326fa66be
3 changed files with 16 additions and 1 deletions

View File

@ -487,6 +487,17 @@ services:
- base
restart: unless-stopped
maloja:
image: krateng/maloja
container_name: maloja
ports:
- "${MALOJA_EXTERNAL_PORT}:${MALOJA_INTERNAL_PORT}"
env_file:
- maloja.env
user: "${PUID}:${PGID}"
volumes:
- "${DOCKER_STORAGE_PATH}/maloja:/data"
networks:
loki:
caddy: