Skip to content
Snippets Groups Projects
Verified Commit e7e97ca3 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[CodiMD] Some change to fit to Picasoft standards

parent 8d6a83b3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ services:
restart: always
codimd-app:
image: pica-codimd
image: registry.picasoft.net/pica-codimd:2.2.0
build: .
container_name: codimd-app
volumes:
......@@ -22,7 +22,7 @@ services:
env_file: ./secrets/codimd-db.secrets.example
environment:
- CMD_USECDN=false
- CMD_DOMAIN=md.picasoft.net
- CMD_DOMAIN=codimd.picasoft.net
- CMD_ALLOW_ANONYMOUS=true
- CMD_ALLOW_ANONYMOUS_EDITS=true
- CMD_PROTOCOL_USESSL=true
......@@ -32,7 +32,7 @@ services:
- codimd
labels:
traefik.http.routers.codimd-app.entrypoints: websecure
traefik.http.routers.codimd-app.rule: Host(`md.picasoft.net`)
traefik.http.routers.codimd-app.rule: Host(`codimd.picasoft.net`)
traefik.http.services.codimd-app.loadbalancer.server.port: 3000
traefik.enable: true
restart: always
......@@ -41,6 +41,7 @@ networks:
proxy:
external: true
codimd:
name: "codimd"
volumes:
codimd-db:
......
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