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

@ -1,11 +1,19 @@
version: '3'
services:
wiki-js:
app:
image: requarks/wiki
restart: always
labels:
com.centurylinklabs.watchtower.enable: true
env_file:
- .env
- .secret.env
ports:
- 3003:3000/tcp
networks:
services:
aliases:
- wiki-js
networks:
services:
external: true