teabot/docker-compose.yml

15 lines
347 B
YAML
Raw Normal View History

2022-07-08 23:05:36 +02:00
version: '3.8'
services:
service:
2022-09-19 10:58:34 +02:00
image: docker.nclazz.de/nclazz-bots/teabot:$VERSION
2022-07-08 23:05:36 +02:00
environment:
GITEA_TOKEN: "${GITEA_TOKEN}"
2022-07-08 23:05:36 +02:00
NCLAZZ_AUTH_TOKEN: "${AUTH_TOKEN}"
deploy:
replicas: 1
placement:
max_replicas_per_node: 1
update_config:
order: start-first
ports:
- "${PORT}:8080"