chore: add gitea

This commit is contained in:
2026-06-01 19:56:55 -04:00
parent 08e394a1f0
commit e42861b860
9 changed files with 135 additions and 79 deletions
+6 -3
View File
@@ -1,10 +1,12 @@
---
services:
linkstack:
hostname: "linkstack"
image: "linkstackorg/linkstack:latest"
container_name: linkstack
network_mode: bridge
environment:
TZ: "America/New_York"
SERVER_ADMIN: ${SERVER_ADMIN} # admin email
HTTP_SERVER_NAME: ${HTTP_SERVER_NAME} # fqdn, no protocol
HTTPS_SERVER_NAME: ${HTTPS_SERVER_NAME} # fqdn, no protocol
@@ -12,9 +14,10 @@ services:
PHP_MEMORY_LIMIT: "256M"
UPLOAD_MAX_FILESIZE: "8M"
volumes:
- "linkstack_data:/htdocs"
- linkstack_data:/htdocs
ports:
- "8190:443"
- "127.0.0.1:8000:80"
# - '127.0.0.1:8190:443'
restart: unless-stopped
volumes: