You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kycnot.me/docker-compose.yml

19 lines
346 B
YAML

---
version: '3.9'
services:
kycnot:
build: .
ports:
- 127.0.0.1:1337:1337
volumes:
- './data:/app/data'
- './static:/app/static'
- './templates:/app/templates'
container_name: kycnot
image: pluja/kycnot
restart: unless-stopped
networks:
- caddy
networks:
caddy:
name: caddy