cleanup | add includes for docker-compose files
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
This commit is contained in:
@@ -16,31 +16,6 @@ multiple people's pages with their own user accounts and everything.
|
||||
|
||||
## Docker Compose Example
|
||||
|
||||
``` yaml
|
||||
# Linkstacks - docker compose
|
||||
version: "3.8"
|
||||
---
|
||||
services:
|
||||
linkstack:
|
||||
container_name: 'linkstack'
|
||||
hostname: 'linkstack'
|
||||
image: 'linkstackorg/linkstack:latest'
|
||||
user: '0:0'
|
||||
environment:
|
||||
TZ: 'America/New_york'
|
||||
SERVER_ADMIN: 'SERVER_ADMIN_EMAIL'
|
||||
HTTP_SERVER_NAME: 'HTTP_DOMAIN_NAME'
|
||||
HTTPS_SERVER_NAME: 'HTTPS_DOMAIN_NAME'
|
||||
LOG_LEVEL: 'info'
|
||||
PHP_MEMORY_LIMIT: '256M'
|
||||
UPLOAD_MAX_FILESIZE: '8M'
|
||||
volumes:
|
||||
- 'linkstack_data:/htdocs'
|
||||
#- '/app/linkstack/:/htdocs'
|
||||
ports:
|
||||
- '8190:443'
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
linkstack_data:
|
||||
```
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/linkstacks/docker-compose.yaml">}}
|
||||
```
|
||||
Reference in New Issue
Block a user