Linkstack #7938
panic-Patrick
started this conversation in
Service Template Requests
Linkstack
#7938
Replies: 1 comment
-
|
Create a new resource on Coolify, then select "Docker Compose Empty" then paste the below compose services:
linkstack:
hostname: linkstack
image: 'linkstackorg/linkstack:latest'
environment:
- SERVICE_URL_LINKSTACK
- 'TZ=${TZ:-Europe/Berlin}'
- SERVER_ADMIN=${SERVER_ADMIN:-admin@example.com}
- HTTP_SERVER_NAME=$SERVICE_FQDN_LINKSTACK
- HTTPS_SERVER_NAME=$SERVICE_FQDN_LINKSTACK
- LOG_LEVEL=${LOG_LEVEL:-info}
- PHP_MEMORY_LIMIT=${PHP_MEMORY_LIMIT:-256M}
- UPLOAD_MAX_FILESIZE=${UPLOAD_MAX_FILESIZE:-8M}
- APP_URL=$SERVICE_URL_LINKSTACK
- FORCE_HTTPS=true
volumes:
- 'linkstack_data:/htdocs'Note: For first few minutes linkstack will show 404, this is normal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
It would be really cool to have LinkStack available as a service in Coolify.
LinkStack is a lightweight, self-hosted Linktree alternative and would fit nicely into Coolify’s ecosystem.
Would love to see support for it!
Beta Was this translation helpful? Give feedback.
All reactions