eco-discord-bot/docker-compose.yml
2022-12-31 15:44:08 +12:00

10 lines
212 B
YAML

version: '3.8'
services:
discord-bot:
image: registry.thefoxon.ru/kamgames/pz-discord-bot:latest
restart: always
environment:
DISCORD_TOKEN: ''
PZ_HOST: 10.10.10.10
PZ_PORT: 16261