Skip to content
Snippets Groups Projects
Verified Commit b85209b5 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[CodiMD] Add a few defaults

parent 05d658a3
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,15 @@ services:
- codimd-db
env_file: ./secrets/codimd-db.secrets
environment:
- CMD_USECDN=false
- CMD_DOMAIN=codimd.picasoft.net
- CMD_ALLOW_ANONYMOUS=true
- CMD_ALLOW_ANONYMOUS_EDITS=true
- CMD_PROTOCOL_USESSL=true
- CMD_CSP_ENABLE=false
CMD_USECDN: "false"
CMD_DOMAIN: codimd.picasoft.net
CMD_ALLOW_ANONYMOUS: "true"
CMD_ALLOW_ANONYMOUS_EDITS: "true"
CMD_ALLOW_PDF_EXPORT: "true"
CMD_PROTOCOL_USESSL: "true"
CMD_ALLOW_PDF_EXPORT: "true"
CMD_ALLOW_FREEURL: "true"
CMD_CSP_ENABLE: "false"
networks:
- proxy
- codimd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment