Files
arche/compose.yaml
2025-11-14 16:59:47 +01:00

11 lines
208 B
YAML

services:
server:
build:
context: .
target: final
ports:
- 2020:2020
environment:
- DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN}
- DISCORD_SERVER_ID=${DISCORD_SERVER_ID}