Initial commit

This commit is contained in:
TheMaddax 2024-12-01 21:01:02 -06:00
parent ceab1a605c
commit bbae4a6953

20
docker-compose.yml Normal file
View file

@ -0,0 +1,20 @@
version: '3.8'
services:
caddy-ui:
image: caddy-ui:latest
container_name: caddy-ui
ports:
- "800:3000"
environment:
- CADDY_API=http://caddy-hawkeye:2019
- URL=http://localhost:800
networks:
- caddy_network
restart: unless-stopped
depends_on:
- caddy-hawkeye
networks:
caddy_network:
external: true
name: caddy_network