File tree 4 files changed +19
-34
lines changed
4 files changed +19
-34
lines changed Original file line number Diff line number Diff line change 4
4
** /data
5
5
** /config
6
6
7
+ atm10 /data /
8
+
9
+ direwolf /backups /
10
+ direwolf /world /
11
+ direwolf /server.properties
12
+
7
13
spaceengineers /SpaceEngineersDedicated /*
8
14
9
15
valheim /data /*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- version : ' 3'
2
1
services :
3
2
direwolf :
4
3
build :
@@ -85,7 +84,7 @@ services:
85
84
- " 8766:8766"
86
85
- " 27016:27016/udp"
87
86
environment :
88
- - WINEDEBUG= -all
87
+ WINEDEBUG : -all
89
88
volumes :
90
89
- ${PWD}/spaceengineers/plugins:/appdata/space-engineers/plugins
91
90
- ${PWD}/spaceengineers/instances:/appdata/space-engineers/instances
@@ -107,16 +106,22 @@ services:
107
106
restart : on-failure
108
107
stop_grace_period : 1m
109
108
atm10 :
110
- build :
111
- context : atm10/.
109
+ image : itzg/minecraft-server
112
110
ports :
113
111
- " 25565:25565"
114
112
environment :
115
- - JAVA_MEMORY_LIMIT=8192
113
+ MAX_MEMORY : 8G
114
+ EULA : " TRUE"
115
+ TYPE : AUTO_CURSEFORGE
116
+ CF_API_KEY : ' '
117
+ CF_PAGE_URL : " https://www.curseforge.com/minecraft/modpacks/all-the-mods-10"
116
118
volumes :
117
- - ${PWD}/atm10/server.properties:/atm10/server.properties
118
- - ${PWD}/atm10/backups:/atm10/backups
119
- - ${PWD}/atm10/world:/atm10/world
119
+ - ${PWD}/atm10/data:/data
120
+ healthcheck :
121
+ test : mc-health
122
+ start_period : 1m
123
+ interval : 20s
124
+ retries : 10
120
125
tty : true
121
126
stdin_open : true
122
127
restart : on-failure
You can’t perform that action at this time.
0 commit comments