app-store/apps/gladys/docker-compose.yml
renovate[bot] 76eb5d09bb
chore(deps): update gladysassistant/gladys docker tag to v4.21.2 (#416)
* chore(deps): update gladysassistant/gladys docker tag to v4.21.2

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-04-30 02:22:36 -04:00

29 lines
917 B
YAML

version: '3'
services:
gladys:
container_name: gladys
image: gladysassistant/gladys:v4.21.2
privileged: true
restart: on-failure
stop_grace_period: 1m
network_mode: host
environment:
- NODE_ENV=production
- SERVER_PORT=8270
- TZ=${TZ}
- SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${APP_DATA_DIR}/data/gladysassistant:/var/lib/gladysassistant
- /dev:/dev
- /run/udev:/run/udev:ro
# Not Exposing like Home Assitant
#labels:
#traefik.enable: ${APP_EXPOSED}
#traefik.http.routers.gladys.rule: Host(`${APP_DOMAIN}`)
#traefik.http.routers.gladys.entrypoints: websecure
#traefik.http.routers.gladys.service: gladys
#traefik.http.routers.gladys.tls.certresolver: myresolver
#traefik.http.services.gladys.loadbalancer.server.port: 8270