Skip to content

Commit 14f96d1

Browse files
authored
Create ATM10 example (#3143)
1 parent b41e63c commit 14f96d1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

examples/atm10/docker-compose.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
services:
2+
mc:
3+
image: itzg/minecraft-server
4+
tty: true
5+
stdin_open: true
6+
ports:
7+
- "25565:25565"
8+
environment:
9+
EULA: true
10+
MOD_PLATFORM: AUTO_CURSEFORGE
11+
# allocate from https://console.curseforge.com/ and set in .env file
12+
CF_API_KEY: ${CF_API_KEY}
13+
CF_SLUG: all-the-mods-10
14+
# Optional: select a specific version/file
15+
# CF_FILENAME_MATCHER: "1.17"
16+
ALLOW_FLIGHT: true
17+
CF_EXCLUDE_MODS: |
18+
lighty
19+
dark-mode-everywhere
20+
iceberg
21+
just-enough-mekanism-multiblocks
22+
model-gap-fix
23+
packmenu
24+
reeses-sodium-options
25+
sodium-extra
26+
sodium-options-api
27+
toast-control
28+
CF_OVERRIDES_EXCLUSIONS: |
29+
shaderpacks/**
30+
volumes:
31+
data:

0 commit comments

Comments
 (0)