mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 08:54:24 +02:00
fix selfoss issue with CURL and SSL certificates
This commit is contained in:
parent
adde30a800
commit
8faa016a15
3232
selfoss/cacert-2021-10-26.pem
Normal file
3232
selfoss/cacert-2021-10-26.pem
Normal file
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
selfoss/php7.ini
Normal file
1940
selfoss/php7.ini
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user