This commit is contained in:
criz 2025-08-31 15:38:25 +02:00
parent 9af19f2bd8
commit e329059e57
2 changed files with 31 additions and 25 deletions

26
Forgejo/compose.yml Normal file
View file

@ -0,0 +1,26 @@
networks:
forgejo:
external: false
services:
server:
image: codeberg.org/forgejo/forgejo:11
container_name: forgejo
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- forgejo
volumes:
- ./forgejo:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- '3000:3000'
- '222:22'
labels:
tsdproxy.enable: "true"
tsdproxy.name: "git"
tsdproxy.container_port: 3000
tsdproxy.funnel: "true"