infrastructure/docker/docker/utoy/docker-compose.yaml
Paul Brinkmeier 92981e0ccf
All checks were successful
continuous-integration/drone/push Build is passing
Bump utoy to 0.2
2023-03-10 18:55:50 +01:00

12 lines
161 B
YAML

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