mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 01:00:41 +02:00
fix selfoss issue with CURL and SSL certificates
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,8 @@ services:
|
||||
image: hardware/selfoss
|
||||
volumes:
|
||||
- selfoss_data:/selfoss/data
|
||||
- ${ROOT_INSTALL}/selfhosting/selfoss/cacert-2021-10-26.pem:/etc/ssl/cacerts
|
||||
- ${ROOT_INSTALL}/selfhosting/selfoss/php7.ini:/etc/php7/php.ini
|
||||
networks:
|
||||
- selfoss-frontend
|
||||
restart: unless-stopped
|
||||
@@ -21,6 +23,5 @@ services:
|
||||
- traefik.http.middlewares.limit.buffering.maxResponseBodyBytes=134217728
|
||||
- traefik.http.middlewares.limit.buffering.memResponseBodyBytes=2000000
|
||||
- traefik.docker.network=selfoss-frontend
|
||||
|
||||
volumes:
|
||||
selfoss_data:
|
||||
|
||||
+1940
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user