Update Forgejo to v9.0.3 and create new volume

This commit is contained in:
Korbs 2024-12-24 22:48:36 -05:00
parent f7dc62a6f1
commit d0fb26045a

View file

@ -1,6 +1,6 @@
services:
server:
image: codeberg.org/forgejo/forgejo:9
image: codeberg.org/forgejo/forgejo:9.0.3
container_name: ark
environment:
- USER_UID=1000
@ -15,6 +15,7 @@ services:
- ./forgejo:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /etc/hosts:/etc/hosts # See https://ark.sudovanilla.org/Infrastructure#network
ports:
- '3000:3000'
- '222:22'