1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-05-13 23:05:33 +00:00
parent 60f208cdb1
commit 40552b52db
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
version: '3'
services:
dashy:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- ./data/user-data/conf.yml:/app/user-data/conf.yml
- ./data/item-icons:/app/user-data/item-icons
environment:
- NODE_ENV=production
- UID=1000
- GID=1000
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
image: lissy93/dashy:3.1.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true