Merged Minecraft scripts

This commit is contained in:
--set 2024-07-22 17:29:36 +02:00
commit 4d24fef442
30 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,14 @@
version: '3'
services:
gpt-ai:
image: gpt-ai
container_name: gpt-ai
ports:
- 2101:2101
environment:
- TZ=Europe/Stockholm
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:2101/connect"]
interval: 30s
timeout: 10s
retries: 3

View File

@ -0,0 +1,6 @@
services:
opentts:
container_name: opentts
ports:
- 5500:5500
image: synesthesiam/opentts

View File

@ -1,3 +0,0 @@
#!/bin/bash
docker pull containrrr/watchtower
docker run -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once