This commit is contained in:
traveler 2024-12-04 15:43:40 -06:00
parent bd1bc40839
commit a2a4d263c6
10 changed files with 35 additions and 0 deletions

0
.env Normal file → Executable file
View file

0
Caddyfile Normal file → Executable file
View file

0
authentik.yaml Normal file → Executable file
View file

0
caddy.sh Normal file → Executable file
View file

0
caddy.yaml Normal file → Executable file
View file

0
dozzle.yaml Normal file → Executable file
View file

35
forgejo.yaml Executable file
View file

@ -0,0 +1,35 @@
services:
forjejo:
image: codeberg.org/forgejo/forgejo:8
container_name: forgejo
environment:
- USER_UID=1001
- USER_GID=998
restart: always
networks:
- netgrimoire
volumes:
- /DockerVol/forgejo:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- '3024:3000'
- '222:22'
deploy:
labels:
- homepage.group=Application
- homepage.name=Forgejo
- homepage.icon=Forgejo.png
- homepage.href=http://git.netgrimoire.com
- homepage.description=Git Repository
- caddy=git.netgrimoire.com
- caddy.import=authentik
- caddy.reverse_proxy="{{upstreams 3000}}"
placement:
constraints:
- node.hostname == docker2
networks:
netgrimoire:
external: true

0
graylog.yaml Normal file → Executable file
View file

0
homepage.yaml Normal file → Executable file
View file

0
mealie.yaml Normal file → Executable file
View file