Update something

This commit is contained in:
tiff 2024-08-08 19:03:01 -04:00
parent 02ebf2a878
commit 776f90c240
61 changed files with 304 additions and 521 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