Update something
This commit is contained in:
parent
02ebf2a878
commit
776f90c240
61 changed files with 304 additions and 521 deletions
14
ubuntu/docker/homepage/docker-compose.yaml
Normal file
14
ubuntu/docker/homepage/docker-compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue