-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
30 lines (29 loc) · 927 Bytes
/
docker-compose.yml
File metadata and controls
30 lines (29 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# For more advanced settings and more information about the env variables,
# please read https://github.com/fccview/jotty/blob/main/howto/DOCKER.md
services:
jotty:
image: ghcr.io/fccview/jotty:latest
container_name: jotty
user: "1000:1000"
ports:
- "1122:3000"
volumes:
- ./data:/app/data:rw
- ./config:/app/config:rw
- ./cache:/app/.next/cache:rw
restart: unless-stopped
#platform: linux/arm64
environment:
- NODE_ENV=production
#- HTTPS=true
#- APP_URL=https://your-jotty-domain.com
#- INTERNAL_API_URL=http://localhost:3000
#- SERVE_PUBLIC_IMAGES=yes
#- SERVE_PUBLIC_FILES=yes
#- AUTH_MODE=oidc
#- OIDC_ISSUER=<YOUR_SSO_ISSUER>
#- OIDC_CLIENT_ID=<YOUR_SSO_CLIENT_ID>
#- OIDC_CLIENT_SECRET=your_client_secret
#- SSO_FALLBACK_LOCAL=yes
#- OIDC_ADMIN_GROUPS=admins
#- ENABLE_API_DOCS=true