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.
|
---
|
|
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 |