oxide/docker-compose.yml
TheTxT f8bda06998
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
update docker-compose.yml to use new container registry
2025-08-20 19:38:05 +02:00

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: