apps/homepage/docker-compose.yml aktualisiert
This commit is contained in:
@@ -4,14 +4,15 @@ services:
|
||||
container_name: homepage
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
- /mnt/user/appdata/homepage/.env
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: home.kaleschke.info
|
||||
volumes:
|
||||
- /mnt/user/appdata/homepage:/app/config
|
||||
- /mnt/user/appdata/homepage/images:/app/public/images
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
networks:
|
||||
- frontend_net
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=frontend_net
|
||||
|
||||
Reference in New Issue
Block a user