Add watchtower, fixes and prepare for new caddy handling

This commit is contained in:
Tobias Reisinger 2022-08-06 02:05:08 +02:00
parent a594e5d083
commit 29f31783f5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 213 additions and 42 deletions

View file

@ -4,6 +4,8 @@ services:
server:
image: gitea/gitea:1.17
container_name: gitea
labels:
com.centurylinklabs.watchtower.enable: true
env_file:
- .env
- .secret.env
@ -16,6 +18,14 @@ services:
- "3000:3000"
- "3022:22"
- "22:22"
networks:
services:
aliases:
- gitea
volumes:
data:
networks:
services:
external: true