Initial commit
This commit is contained in:
parent
ceab1a605c
commit
bbae4a6953
1 changed files with 20 additions and 0 deletions
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue