mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 17:20:42 +02:00
Refresh selfoss image
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
services:
|
||||
selfoss:
|
||||
container_name: selfoss
|
||||
image: hardware/selfoss
|
||||
image: rsprta/selfoss
|
||||
volumes:
|
||||
- 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
|
||||
ports:
|
||||
- "8012:80"
|
||||
- "8012:8888"
|
||||
environment:
|
||||
- SELFOSS_USERNAME="${SELFOSS_USERNAME}"
|
||||
- SELFOSS_PASSWORD="${SELFOSS_HASHPWD}"
|
||||
- SELFOSS_PUBLIC=0
|
||||
- SELFOSS_ALLOW_PUBLIC_UPDATE_ACCESS=0
|
||||
|
||||
volumes:
|
||||
selfoss_data:
|
||||
|
||||
Reference in New Issue
Block a user