infrastructure/docker/docker/utoy/docker-compose.yaml
Paul Brinkmeier bae3028751
All checks were successful
continuous-integration/drone/push Build is passing
Add utoy, disable glebby
2023-03-09 02:47:03 +01:00

12 lines
161 B
YAML

version: "3"
services:
utoy:
image: git.pbrinkmeier.de/paul/utoy:1.0
restart: always
networks:
default:
name: caddy-network
external: true