infrastructure/docker/glebby/docker-compose.yaml
Paul Brinkmeier d91d332af9
All checks were successful
continuous-integration/drone/push Build is passing
Add glebby
2023-01-19 03:02:39 +01:00

12 lines
170 B
YAML

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