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