dockerize

This commit is contained in:
2025-11-14 16:59:47 +01:00
parent 61a1c3a073
commit f706cd74a6
3 changed files with 105 additions and 0 deletions

10
compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
server:
build:
context: .
target: final
ports:
- 2020:2020
environment:
- DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN}
- DISCORD_SERVER_ID=${DISCORD_SERVER_ID}