update compose yaml
update pour retirer gitea et ajouter forgejo proprement (enfin j'espère)
This commit is contained in:
parent
82c36314d1
commit
581df49bde
1 changed files with 1 additions and 20 deletions
|
|
@ -191,26 +191,7 @@ services:
|
|||
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
|
||||
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
|
||||
restart: always
|
||||
|
||||
#volumes:
|
||||
#model-cache:
|
||||
|
||||
Gitea:
|
||||
image: docker.gitea.com/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
- /config/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "8080:3000"
|
||||
- "2221:22"
|
||||
Forgejo:
|
||||
image: codeberg.org/forgejo/forgejo:11
|
||||
container_name: forgejo
|
||||
|
|
@ -238,7 +219,7 @@ services:
|
|||
- /config/nginx/certs:/etc/nginx/certs
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
forgejo:
|
||||
external: false
|
||||
default:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue