Compare commits
No commits in common. "8bc30123ff0b3b6cfbb6e2e19b4f58bcb5e8966d" and "c4c53bab26fad901559a16e02d7cb75093e5057b" have entirely different histories.
8bc30123ff
...
c4c53bab26
|
@ -24,12 +24,6 @@ services:
|
||||||
labels:
|
labels:
|
||||||
traefik.http.routers.couchdb.entrypoints: websecure
|
traefik.http.routers.couchdb.entrypoints: websecure
|
||||||
traefik.http.routers.couchdb.rule: "Host(`{{ couchdb_subdomain }}.{{ domain_name }}`)"
|
traefik.http.routers.couchdb.rule: "Host(`{{ couchdb_subdomain }}.{{ domain_name }}`)"
|
||||||
traefik.http.routers.couchdb.middlewares: cors@docker
|
|
||||||
traefik.http.services.couchdb.loadbalancer.server.port: 5984
|
traefik.http.services.couchdb.loadbalancer.server.port: 5984
|
||||||
traefik.http.middlewares.cors.headers.accessControlAllowOriginList: https://tempo.agate.blue
|
|
||||||
traefik.http.middlewares.cors.headers.accessControlAllowCredentials: true
|
|
||||||
# Cannot use wildcards with creds, see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
|
|
||||||
traefik.http.middlewares.cors.headers.accessControlAllowHeaders: "Content-Type"
|
|
||||||
traefik.http.middlewares.cors.headers.accessControlAllowMethods: GET, OPTIONS, POST, PUT, DELETE
|
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -28,7 +28,7 @@ AWS_SECRET_ACCESS_KEY={{ scaleway_s3_key }}
|
||||||
AWS_STORAGE_BUCKET_NAME=celiglyphe
|
AWS_STORAGE_BUCKET_NAME=celiglyphe
|
||||||
AWS_S3_ENDPOINT_URL=https://s3.fr-par.scw.cloud
|
AWS_S3_ENDPOINT_URL=https://s3.fr-par.scw.cloud
|
||||||
AWS_S3_REGION_NAME=fr-par
|
AWS_S3_REGION_NAME=fr-par
|
||||||
PROXY_MEDIA=true
|
PROXY_MEDIA=false
|
||||||
|
|
||||||
THROTTLING_ENABLED=false
|
THROTTLING_ENABLED=false
|
||||||
EXTERNAL_REQUESTS_TIMEOUT=30
|
EXTERNAL_REQUESTS_TIMEOUT=30
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
funkwhale_version: 1.2.10
|
funkwhale_version: 1.2.3
|
||||||
funkwhale_api_port: 5000
|
funkwhale_api_port: 5000
|
||||||
funkwhale_nginx_port: 80
|
funkwhale_nginx_port: 80
|
||||||
funkwhale_static_root: /static
|
funkwhale_static_root: /static
|
||||||
|
|
Loading…
Reference in New Issue