10 lines
212 B
YAML
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
|