created Dockhand
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Main interface port for accessing the application
|
||||
DOCKHAND_PORT="3000"
|
||||
|
||||
# Time Zone where the application is operating
|
||||
DOCKHAND_TZ="America/Los_Angeles"
|
||||
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
dockhand:
|
||||
image: fnsys/dockhand:latest
|
||||
container_name: dockhand
|
||||
ports:
|
||||
- "${DOCKHAND_PORT}:3000"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- dockhand_data:/app/data
|
||||
environment:
|
||||
- TZ=${DOCKHAND_TZ}
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
dockhand_data:
|
||||
+1
-1
@@ -2,4 +2,4 @@
|
||||
SEERR_TZ="America/Los_Angeles"
|
||||
|
||||
# Main interface port for accessing the application
|
||||
SEERR_PORT="8055"
|
||||
SEERR_PORT="5055"
|
||||
Reference in New Issue
Block a user