Update something

This commit is contained in:
tiff 2024-08-02 18:20:08 -04:00
parent 93bf5e09da
commit 53e5f82741
18 changed files with 663 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage-prod-1
ports:
- 3000:3000
env_file:
- ".env.example"
volumes:
- ./config:/app/config # Make sure your local config directory exists
- ./images:/app/public/images
- ./icons:/app/public/icons
restart: unless-stopped