Fix env stuff with atm3

This commit is contained in:
Isaac Shoebottom 2024-06-01 20:42:23 -03:00
parent 6d1db113d3
commit 62ff025915
2 changed files with 3 additions and 1 deletions

2
atm3/.env.example Normal file
View File

@ -0,0 +1,2 @@
CF_API_KEY: <your-cloudflare-api-key>
RCON_PASSWORD: <your-rcon-password>

View File

@ -7,7 +7,7 @@ services:
ports: ports:
- "25565:25565" - "25565:25565"
env_file: env_file:
- stack.env - ../stack.env
environment: environment:
EULA: "TRUE" EULA: "TRUE"
TYPE: "AUTO_CURSEFORGE" TYPE: "AUTO_CURSEFORGE"