Files
botsu.cloud/deploy/docker-compose.yml
T
cnstiout 1cbeb4a0f9
Build and publish Docker image / docker (push) Waiting to run
Initial Botsu Cloud portal
2026-06-30 17:25:18 +02:00

10 lines
255 B
YAML

services:
botsu-cloud:
image: ${IMAGE_NAME:-git.botsu.cloud/koka/botsu.cloud:latest}
container_name: botsu-cloud
restart: unless-stopped
ports:
- "127.0.0.1:8087:80"
labels:
- "com.centurylinklabs.watchtower.enable=true"