added charon for testing

This commit is contained in:
2026-03-31 15:15:50 +00:00
parent 9aaad1a70d
commit 1959dac36e

22
charon/compose.yml Normal file
View File

@@ -0,0 +1,22 @@
services:
charon:
container_name: charon
image: wikid82/charon:latest
environment:
- CHARON_ENV=production
- CHARON_JWT_SECRET=47c6898e65e9cee3822bb08f5972efdc2462e7a116300cf56a3f84811b761a2b
- CHARON_ENCRYPTION_KEY=wZ9R/Vt6TOCdIXTZaORF1htlHJ2kcejDm9YboXe8vZc=
ports:
- "80:80"
- "443:443"
- "8888:8080"
restart: unless-stopped
volumes:
- ./charon-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
reverse-proxy:
name: reverse-proxy
external: true