Customize to setup a VM

This commit is contained in:
Yax 2024-12-08 19:09:45 +01:00
parent 9067e9ae35
commit 583ec495b1
40 changed files with 122 additions and 1500 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,14 @@
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:

1940
02-selfoss/php7.ini Normal file

File diff suppressed because it is too large Load diff