This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/roles/webdis/vars/main.yml

25 lines
482 B
YAML
Raw Normal View History

2023-12-13 01:43:15 +00:00
---
2023-12-14 01:20:13 +00:00
webdis_svc:
2023-12-04 18:02:08 +00:00
name: webdis
2023-12-13 01:43:15 +00:00
domain: webdis.huck.serguzim.me
2023-12-04 18:02:08 +00:00
port: 7379
2023-12-14 01:20:13 +00:00
webdis_compose:
2023-12-04 18:02:08 +00:00
watchtower: true
image: nicolas/webdis
volumes:
- ./webdis.json:/config/webdis.json
file:
services:
app:
command: /usr/local/bin/webdis /config/webdis.json
depends_on:
- redis
redis:
image: redis:6.2.6
restart: always
labels:
com.centurylinklabs.watchtower.enable: true
networks:
default: