0
0

Gitea: pinned image version

This commit is contained in:
Opnxng 2023-11-09 11:38:03 +08:00
parent 00c3ea7004
commit e39b5e5f1a
2 changed files with 12 additions and 9 deletions

View File

@ -2,7 +2,6 @@
version: "3"
services:
gitea:
# image: gitea/gitea:latest
image: gitea/gitea:nightly
container_name: gitea
security_opt:
@ -22,10 +21,18 @@ services:
restart: always
ports:
- "3000:3000"
labels:
- "com.centurylinklabs.watchtower.enable=false"
networks:
- IPv4
networks:
IPv4:
external:
name: IPv4
# Don't auto-update for now. Switch to stable rootless later
# image: gitea/gitea:latest-rootless
# - GITEA_APP_INI=/data/gitea/conf/app.ini
# - GITEA_TEMP=/data/gitea/tmp
# - GITEA_CUSTOM=/data/gitea
# - GITEA_WORK_DIR=/app/gitea/gitea

View File

@ -1,10 +1,6 @@
setup:
oracle4:
- nitter
compose:
oracle4:
- nitter
oracle3:
- gitea
# ----------------------------------------------------------------------------------------------------