teabot/docker-compose.yml

15 lines
350 B
YAML
Raw Normal View History

2022-07-08 23:05:36 +02:00
version: '3.8'
services:
service:
image: docker.nclazz.de/nclazz-bots/gitea-bot:$VERSION
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"