Compare commits
5 Commits
cdf57b31ed
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| ee1fbd9e46 | |||
| aa1770127a | |||
| 37a8d9f996 | |||
| cdfa8aa192 | |||
| 79f1856e4d |
@@ -178,7 +178,7 @@ services:
|
|||||||
order: start-first
|
order: start-first
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.24.6
|
image: gitea/gitea:1.25
|
||||||
networks:
|
networks:
|
||||||
- postgres
|
- postgres
|
||||||
volumes:
|
volumes:
|
||||||
@@ -196,6 +196,8 @@ services:
|
|||||||
GITEA__database__NAME: gitea
|
GITEA__database__NAME: gitea
|
||||||
GITEA__database__USER: postgres
|
GITEA__database__USER: postgres
|
||||||
GITEA__database__PASSWD: $DB_PASSWORD_PROD
|
GITEA__database__PASSWD: $DB_PASSWORD_PROD
|
||||||
|
GITEA__service__DISABLE_REGISTRATION: "true"
|
||||||
|
GITEA__server__ROOT_URL: "https://gitea.chocomarsh.com/"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
placement:
|
||||||
|
|||||||
Reference in New Issue
Block a user