fix: filestash url

This commit is contained in:
2025-11-05 16:22:56 +01:00
parent 0b839edd72
commit 0ffab37e99

View File

@@ -3,13 +3,11 @@ services:
image: ${STASH_IMAGE:-machines/filestash:latest}
container_name: ${STASH_COMPOSE_PROJECT_NAME}_app
restart: unless-stopped
ports:
- "${STASH_PORT:-8334}:8334"
volumes:
- filestash_data:/app/data/state/
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
APPLICATION_URL: https://${STASH_TRAEFIK_HOST}
APPLICATION_URL: ${STASH_TRAEFIK_HOST}
CANARY: ${STASH_CANARY:-true}
networks:
- compose_network