diff --git a/templates/compose/gitea.yaml.j2 b/templates/compose/gitea.yaml.j2 index ee47bc0..2d79705 100644 --- a/templates/compose/gitea.yaml.j2 +++ b/templates/compose/gitea.yaml.j2 @@ -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 \ No newline at end of file + 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 \ No newline at end of file diff --git a/vars/services.yml b/vars/services.yml index db8ab1c..12b1923 100644 --- a/vars/services.yml +++ b/vars/services.yml @@ -1,10 +1,6 @@ -setup: - oracle4: - - nitter - compose: - oracle4: - - nitter + oracle3: + - gitea # ----------------------------------------------------------------------------------------------------