apps/homepage/docker-compose.yml aktualisiert
This commit is contained in:
@@ -9,11 +9,9 @@ services:
|
|||||||
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:/app
|
|
||||||
- /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
|
||||||
|
|||||||
Reference in New Issue
Block a user