Added .env files to stacks

This commit is contained in:
2026-02-16 19:19:14 +01:00
parent 5e9f943996
commit 71a5db3b11
40 changed files with 211 additions and 89 deletions

3
dockhand/.env Normal file
View File

@@ -0,0 +1,3 @@
PUID=1000
PGID=1000
PORT=3002

View File

@@ -9,10 +9,10 @@ services:
#container_name: dockhand
#restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- PUID=${PUID}
- PGID=${PGID}
ports:
- 3002:3000
- ${PORT}:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/rcadmin/docker/dockhand/data:/app/data