Some checks failed
Build, test and push / build_server_docker_image (push) Has been cancelled
Build, test and push / server_test (push) Has been cancelled
Build, test and push / lib_test (push) Has been cancelled
Build, test and push / server_clippy (push) Has been cancelled
Build, test and push / lib_clippy (push) Has been cancelled
Build, test and push / push_server (push) Has been cancelled
12 lines
241 B
YAML
12 lines
241 B
YAML
services:
|
|
server:
|
|
image: git.thetxt.io/thetxt/oxide/server:main
|
|
restart: unless-stopped
|
|
ports:
|
|
- 25565:25565
|
|
volumes:
|
|
- "data:/app/world"
|
|
environment:
|
|
OXIDE_LISTEN_ON: "0.0.0.0:25565"
|
|
volumes:
|
|
data:
|