mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-20 07:14:25 +02:00
15 lines
368 B
YAML
Executable File
15 lines
368 B
YAML
Executable File
services:
|
|
selfoss:
|
|
container_name: selfoss
|
|
image: hardware/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"
|
|
|
|
volumes:
|
|
selfoss_data:
|