changes
This commit is contained in:
parent
e4c2e8d63a
commit
5dc6044906
8 changed files with 38 additions and 39 deletions
|
@ -12,6 +12,7 @@ services:
|
|||
- BASE_URL=https://search.faulty.nl
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
whoogle:
|
||||
image: benbusby/whoogle-search
|
||||
|
@ -21,6 +22,7 @@ services:
|
|||
- VIRTUAL_PORT=5000
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
flexo: # arch repo mirror
|
||||
image: nroi/flexo:latest
|
||||
|
@ -33,6 +35,7 @@ services:
|
|||
- /srv/flexo/config:/etc/flexo
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
|
@ -55,6 +58,7 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
backups:
|
||||
build:
|
||||
|
@ -77,10 +81,9 @@ services:
|
|||
- MODE=standalone
|
||||
- LETSENCRYPT_HOST=neo.faulty.nl
|
||||
- VIRTUAL_HOST=neo.faulty.nl
|
||||
- VIRTUAL_PATH=/
|
||||
- VIRTUAL_DEST=/
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
transfersh:
|
||||
image: dutchcoders/transfer.sh:latest
|
||||
|
@ -91,6 +94,7 @@ services:
|
|||
- VIRTUAL_PORT=8080
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
|
||||
dendrite:
|
||||
|
@ -141,7 +145,7 @@ services:
|
|||
networks:
|
||||
- proxy
|
||||
- metrics
|
||||
- default
|
||||
- internal
|
||||
|
||||
prometheus:
|
||||
build:
|
||||
|
@ -155,6 +159,7 @@ services:
|
|||
image: prom/blackbox-exporter:latest
|
||||
networks:
|
||||
- metrics
|
||||
- internal
|
||||
|
||||
## THIS CONTANIER IS AVAILABLE ON THE HOST ##
|
||||
node-exporter:
|
||||
|
@ -191,6 +196,7 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
shlink:
|
||||
image: shlinkio/shlink:stable
|
||||
|
|
Reference in a new issue