mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-08 06:38:53 +00:00
build: Switched to GHA cache (#1153)
This commit is contained in:
14
tests/docker-compose.yml
Normal file
14
tests/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
monitor:
|
||||
depends_on:
|
||||
- mc
|
||||
image: itzg/mc-monitor:${MC_MONITOR_VERSION:-0.10.4}
|
||||
command: status --host mc --retry-interval 1s --timeout 1s --retry-limit 240
|
||||
mc:
|
||||
restart: "no"
|
||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
|
||||
Reference in New Issue
Block a user