wokring on gitea and fixed some perms

This commit is contained in:
venus
2026-03-31 01:08:29 -05:00
parent 7865c1093f
commit fdb67c724f
6 changed files with 38 additions and 4 deletions

2
.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
gitea/data/*
letsencrypt/acme.json

1
blog

Submodule blog deleted from bc00607685

View File

@@ -8,7 +8,6 @@ services:
restart: unless-stopped
ports:
- "80:80"
- "8080:8080"
- "443:443"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"

23
gitea/docker-compose.yml Normal file
View File

@@ -0,0 +1,23 @@
networks:
gitea:
external: false
services:
server:
image: docker.gitea.com/gitea:1.24.7
container_name: gitea
environment:
- USER_UID=1010
- USER_GID=1010
restart: always
networks:
- gitea
volumes:
- ./data/:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "222:22"
labels:
- ""

File diff suppressed because one or more lines are too long

View File

@@ -2,8 +2,8 @@
# yml file to define traefik global settings. Individual containers get lables to define their own settings
api:
# dashboard: true
insecure: true
dashboard: true
# insecure: true
providers:
docker: