Use Forgejo instead of Gitea.
This commit is contained in:
parent
63ee001ec7
commit
f3982a6688
|
@ -7,7 +7,7 @@ networks:
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
build: .
|
build: .
|
||||||
image: gitea/gitea
|
image: codeberg.org/forgejo/forgejo:1.18
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
@ -15,7 +15,7 @@ services:
|
||||||
- RUN_MODE=prod
|
- RUN_MODE=prod
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- .:/data
|
- .:/data
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue