adding some new containers to play with

This commit is contained in:
2026-03-29 23:17:58 +00:00
parent 146ba14e79
commit dfde1f48f5
6 changed files with 189 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ services:
env_file:
- .env
volumes:
- /srv/homepage/config:/app/config
- /srv/homepage/background:/app/public/images
- ${HOMEPAGE_DIR}/config:/app/config
- ${HOMEPAGE_DIR}/images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock:ro # docker socket
ports:
- 7676:3000