mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
10 lines
196 B
YAML
10 lines
196 B
YAML
version: "3.8"
|
|
services:
|
|
homepage:
|
|
image: ghcr.io/gethomepage/homepage:v1.13.1
|
|
restart: unless-stopped
|
|
expose:
|
|
- 3000
|
|
volumes:
|
|
- ../files/homepage-config:/app/config
|