moving to zabbix
This commit is contained in:
parent
4c39fb2a10
commit
6b276d3f38
@ -1,56 +1,22 @@
|
|||||||
version: '2'
|
version: "2.1"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
|
||||||
image: "grocy/nginx:v2.7.1-3"
|
|
||||||
build:
|
|
||||||
args:
|
|
||||||
GROCY_VERSION: v2.7.1
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile-grocy-nginx
|
|
||||||
depends_on:
|
|
||||||
- grocy
|
|
||||||
environment:
|
|
||||||
- VIRTUAL_HOST=grocy.franv.site
|
|
||||||
- LETSENCRYPT_HOST=grocy.franv.site
|
|
||||||
- LETSENCRYPT_EMAIL=ouch@thetrauma.org
|
|
||||||
- VIRTUAL_PORT=8080
|
|
||||||
|
|
||||||
# ports:
|
|
||||||
# - '82:8080'
|
|
||||||
# - '445:8443'
|
|
||||||
read_only: true
|
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
volumes:
|
|
||||||
- /var/log/nginx
|
|
||||||
container_name: nginx
|
|
||||||
|
|
||||||
grocy:
|
grocy:
|
||||||
image: "grocy/grocy:v2.7.1-3"
|
image: linuxserver/grocy
|
||||||
build:
|
|
||||||
args:
|
|
||||||
GITHUB_API_TOKEN: "${GITHUB_API_TOKEN}"
|
|
||||||
GROCY_VERSION: v2.7.1
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile-grocy
|
|
||||||
expose:
|
|
||||||
- '9000'
|
|
||||||
read_only: true
|
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
volumes:
|
|
||||||
- /var/log/php7
|
|
||||||
- app-db:/var/www/data
|
|
||||||
env_file:
|
|
||||||
- grocy.env
|
|
||||||
container_name: grocy
|
container_name: grocy
|
||||||
|
environment:
|
||||||
|
- PUID=1002
|
||||||
|
- PGID=1002
|
||||||
|
- TZ=<America/Vacouver>
|
||||||
|
- VIRTUAL_HOST=grocy.airdog.site
|
||||||
|
- LETSENCRYPT_HOST=grocy.airdog.site
|
||||||
|
- LETSENCRYPT_EMAIL=ouch@thetrauma.org
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
app-db:
|
- ./config:/config
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
franvproxy_test_proxy-tier:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
franvproxy_test_proxy-tier:
|
||||||
external:
|
external: true
|
||||||
name: franvproxy_proxy-tier
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user