first commit

This commit is contained in:
2026-04-05 15:07:53 +08:00
commit d1bac85f28
30 changed files with 1071 additions and 0 deletions
@@ -0,0 +1,24 @@
version: "3.8"
services:
centos-openclaw:
image: quay.io/centos/centos:stream9
container_name: centos-openclaw
restart: unless-stopped
networks:
- caddy_caddy_net
ports:
- "18789:18789"
volumes:
- openclaw_data:/root/openclaw
command: /bin/bash -c "tail -f /dev/null"
volumes:
openclaw_data:
networks:
caddy_caddy_net:
external: true