2 Commits

Author SHA1 Message Date
4e4b266fd2 Archive gitea-mirror 2025-07-17 12:24:36 +05:30
5544d1ae9b Add gickup 2025-07-17 12:23:41 +05:30
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Gickup service configuration
services:
gickup:
# Basic container configuration
container_name: gickup
image: ghcr.io/cooperspencer/gickup:0.10.38
restart: unless-stopped
# Command to run when the container starts
command: ["/gickup/conf.yml"] # Points to the configuration file inside the container
# Environment variables
environment:
- TZ=${TZ} # Timezone
# Persistent storage configuration
volumes:
- ${APPDATA_PATH}/gickup/conf.yml:/gickup/conf.yml