Update docker-compose files from test system changes

This commit is contained in:
2026-01-15 15:09:54 -05:00
parent 0cf25e09a1
commit ab43dc79d5
4 changed files with 44 additions and 85 deletions

View File

@@ -15,11 +15,11 @@ services:
- dockerproxy-network
volumes:
- /opt/stacks/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # For Docker integration
- /var/run/docker.sock:/var/run/docker.sock # For Docker integration do not mount RO
- /opt/stacks:/opt/stacks:ro # To discover other stacks
environment:
- PUID=995
- PGID=995
- PUID=995 # Must be set to the docker user ID
- PGID=995 # Must be set to the docker group ID
- TZ=${TZ}
- HOMEPAGE_ALLOWED_HOSTS=home.${DOMAIN}
labels: