mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 03:46:12 -05:00
* Add GitLab CE entry to meta.json - Introduced a new entry for GitLab Community Edition, including a detailed description, logo, and relevant links. - Reformatted tag lists for consistency across all entries. * Add Linkding entry to meta.json - Introduced a new entry for Linkding, a self-hosted bookmark manager, including a description, logo, and relevant links. - Updated tag lists to include "bookmark-manager" and "self-hosted" for better categorization.
10 lines
192 B
YAML
10 lines
192 B
YAML
version: "3.8"
|
|
services:
|
|
linkding:
|
|
image: sissbruecker/linkding:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 9090
|
|
volumes:
|
|
- ../files/linkding-data:/etc/linkding/data
|