Merged Minecraft scripts
This commit is contained in:
commit
4d24fef442
|
@ -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
|
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
opentts:
|
||||
container_name: opentts
|
||||
ports:
|
||||
- 5500:5500
|
||||
image: synesthesiam/opentts
|
|
@ -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
|
Loading…
Reference in New Issue