Update something

This commit is contained in:
tiff 2024-08-02 18:39:40 -04:00
parent 53e5f82741
commit 02ebf2a878
20 changed files with 7 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