Refresh selfoss image
This commit is contained in:
parent
0866001604
commit
0ccda8a71b
4 changed files with 10 additions and 5177 deletions
|
@ -5,4 +5,6 @@ PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
WALLABAG_URL=http://localhost
|
WALLABAG_URL=http://localhost
|
||||||
|
SELFOSS_USERNAME=admin
|
||||||
|
SELFOSS_HASHPWD=xxxxxxxx
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,14 +1,17 @@
|
||||||
services:
|
services:
|
||||||
selfoss:
|
selfoss:
|
||||||
container_name: selfoss
|
container_name: selfoss
|
||||||
image: hardware/selfoss
|
image: rsprta/selfoss
|
||||||
volumes:
|
volumes:
|
||||||
- selfoss_data:/selfoss/data
|
- selfoss_data:/selfoss/data
|
||||||
- ${ROOT_INSTALL}/selfhosting/02-selfoss/cacert-2021-10-26.pem:/etc/ssl/cacerts
|
|
||||||
- ${ROOT_INSTALL}/selfhosting/02-selfoss/php7.ini:/etc/php7/php.ini
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8012:80"
|
- "8012:8888"
|
||||||
|
environment:
|
||||||
|
- SELFOSS_USERNAME="${SELFOSS_USERNAME}"
|
||||||
|
- SELFOSS_PASSWORD="${SELFOSS_HASHPWD}"
|
||||||
|
- SELFOSS_PUBLIC=0
|
||||||
|
- SELFOSS_ALLOW_PUBLIC_UPDATE_ACCESS=0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
selfoss_data:
|
selfoss_data:
|
||||||
|
|
1940
02-selfoss/php7.ini
1940
02-selfoss/php7.ini
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue