FIX: Changed all .yml to .yaml in orded to have the same way

This commit is contained in:
2025-08-28 12:35:48 +02:00
parent 08f669a770
commit 81c22b7c7a
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- ${PATH_TO_CONFIG}:/config
ports:
- "80:80"
- "443:443"
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
timeout: 10s
retries: 3
networks:
- heimdall-net
networks:
heimdall-net:
driver: bridge