Re-enable tandoor
This commit is contained in:
parent
8c0e047b78
commit
6010e25dd7
2 changed files with 4 additions and 20 deletions
|
|
@ -36,27 +36,11 @@ tandoor_env:
|
||||||
|
|
||||||
tandoor_compose:
|
tandoor_compose:
|
||||||
watchtower: update
|
watchtower: update
|
||||||
image: nginx:mainline-alpine
|
|
||||||
volumes:
|
|
||||||
- nginx_config:/etc/nginx/conf.d:ro
|
|
||||||
- staticfiles:/static
|
|
||||||
- mediafiles:/media
|
|
||||||
file:
|
|
||||||
services:
|
|
||||||
web_recipes:
|
|
||||||
image: vabene1111/recipes
|
image: vabene1111/recipes
|
||||||
restart: always
|
|
||||||
labels:
|
|
||||||
com.centurylinklabs.watchtower.enable: true
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
volumes:
|
volumes:
|
||||||
- staticfiles:/opt/recipes/staticfiles
|
- staticfiles:/opt/recipes/staticfiles
|
||||||
- nginx_config:/opt/recipes/nginx/conf.d
|
|
||||||
- mediafiles:/opt/recipes/mediafiles
|
- mediafiles:/opt/recipes/mediafiles
|
||||||
networks:
|
file:
|
||||||
default:
|
|
||||||
volumes:
|
volumes:
|
||||||
nginx_config:
|
|
||||||
staticfiles:
|
staticfiles:
|
||||||
mediafiles:
|
mediafiles:
|
||||||
|
|
|
||||||
|
|
@ -711,7 +711,7 @@ services = {
|
||||||
},
|
},
|
||||||
|
|
||||||
"tandoor" = {
|
"tandoor" = {
|
||||||
host = ""
|
host = "node002"
|
||||||
dns = [{
|
dns = [{
|
||||||
domain = "recipes.serguzim.me"
|
domain = "recipes.serguzim.me"
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue