15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
|
|
||
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
kanidm:
|
||
|
image: git.hatecomputers.club/hatecomputers/hatecomputers.club:main
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 127.0.0.1:9696:8080
|
||
|
environment:
|
||
|
- CLOUDFLARE_TOKEN={{ cloudflare_api_token }}
|
||
|
- CLOUDFLARE_ZONE={{ cloudflare_zone_id }}
|
||
|
volumes:
|
||
|
- ./db:/app/db
|