Update dashy, gitea, homebox, docker-registry for git-linked deployment

This commit is contained in:
2026-02-08 03:23:38 +00:00
parent dab1385ca7
commit f46d493ca2
4 changed files with 59 additions and 22 deletions
+4 -10
View File
@@ -5,27 +5,21 @@ networks:
services:
dashy:
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
# build: .
image: lissy93/dashy
container_name: dashy
# Pass in your config file below, by specifying the path on your host machine
volumes:
- /srv/dashy:/app/user-data
ports:
- 9000:8080
# Set any environmental variables
environment:
- NODE_ENV=production
# Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
# - UID=1000
# - GID=1000
# Specify restart policy
- VIRTUAL_HOST=dashy.kolpacksoftware.com
- VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=dashy.kolpacksoftware.com
restart: unless-stopped
# Configure healthchecks
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
start_period: 40s