ff-handbook/admin/code/server-compose.yml

23 lines
822 B
YAML
Raw Normal View History

2025-02-04 11:02:59 +01:00
ff-admin-server:
2025-05-09 11:17:15 +02:00
image: docker.registry.jk-effects.cloud/ehrenamt/ff-admin/server:<version | latest>
2025-02-16 14:10:55 +01:00
container_name: ff_admin_server
2025-02-04 11:02:59 +01:00
restart: unless-stopped
ports:
- "5000:5000"
environment:
- DB_HOST=<database host>
2025-06-07 16:48:18 +02:00
- DB_PORT=<database port> # optional, da default 5432
2025-02-04 11:02:59 +01:00
- DB_NAME=<database name>
- DB_USERNAME=<database username>
- DB_PASSWORD=<database password>
2025-05-09 11:17:15 +02:00
- APPLICATION_SECRET=<jwt secret>
# \/ optional \/
2025-02-08 12:54:32 +01:00
- USE_SECURITY_STRICT_LIMIT=<boolean>
- SECURITY_STRICT_LIMIT_WINDOW=<time window>
- SECURITY_STRICT_LIMIT_REQUEST_COUNT=<strict_request_count>
- USE_SECURITY_LIMIT=<boolean>
- SECURITY_LIMIT_WINDOW=<time window>
- SECURITY_LIMIT_REQUEST_COUNT=<request_count>
- TRUST_PROXY=<proxy config>
2025-02-04 11:02:59 +01:00
volumes:
- <volume|local path>:/app/files