21 lines
548 B
YAML
21 lines
548 B
YAML
services:
|
|
homepage:
|
|
container_name: homepage
|
|
image: ghcr.io/gethomepage/homepage:v1.11.0@sha256:b129cb0f674bd6d204e215bde2c2fc3f11d6ad0e82f6d20007cf80f74e1acbb1
|
|
restart: unless-stopped
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
|
|
volumes:
|
|
- ${APPDATA_PATH}/homepage/config:/app/config
|
|
- ${APPDATA_PATH}/homepage/images:/app/public/images
|
|
ports:
|
|
- ${APP_PORT}:3000
|
|
networks:
|
|
- frontend
|
|
|
|
networks:
|
|
frontend:
|
|
external: true
|