Sanitized mirror from private repository - 2026-03-24 12:45:58 UTC
This commit is contained in:
24
hosts/vms/bulgaria-vm/fenrus.yml
Normal file
24
hosts/vms/bulgaria-vm/fenrus.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# Fenrus - Dashboard
|
||||
# Port: 5000
|
||||
# Application dashboard
|
||||
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
fenrus:
|
||||
image: revenz/fenrus
|
||||
container_name: fenrus
|
||||
environment:
|
||||
- TZ=America/Los_Angeles
|
||||
volumes:
|
||||
- /root/docker/fenrus/data:/app/data
|
||||
- /root/docker/fenrus/images:/app/wwwroot/images
|
||||
ports:
|
||||
- 35000:3000
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
Reference in New Issue
Block a user