tpotce/docker/ewsposter/docker-compose.yml

30 lines
642 B
YAML
Raw Normal View History

2018-05-16 16:37:10 +00:00
version: '2.3'
2018-03-31 15:18:28 +00:00
networks:
ewsposter_local:
services:
# Ewsposter service
ewsposter:
build: .
container_name: ewsposter
restart: always
# cpu_count: 1
# cpus: 0.75
2018-03-31 15:18:28 +00:00
networks:
- ewsposter_local
2019-03-15 15:59:02 +00:00
environment:
- EWS_HPFEEDS_ENABLE=false
- EWS_HPFEEDS_HOST=host
- EWS_HPFEEDS_PORT=port
- EWS_HPFEEDS_CHANNELS=channels
- EWS_HPFEEDS_IDENT=user
- EWS_HPFEEDS_SECRET=secret
2024-02-28 20:05:03 +00:00
- EWS_HPFEEDS_TLSCERT=false
2019-03-15 15:59:02 +00:00
- EWS_HPFEEDS_FORMAT=json
2024-03-24 18:22:37 +00:00
image: "dtagdevsec/ewsposter:24.04"
2018-03-31 15:18:28 +00:00
volumes:
2024-02-28 20:05:03 +00:00
- $HOME/tpotce/data:/data
- $HOME/tpotce/data/ews/conf/ews.ip:/opt/ewsposter/ews.ip