This commit is contained in:
m0onmo0n 2026-04-17 19:59:47 +02:00
parent 00b611d753
commit ad8368246a
4 changed files with 297 additions and 91 deletions

View file

@ -1,16 +1,11 @@
version: "3.5"
version: "3.9"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
apache:
image: httpd:latest
container_name: websitev2
restart: always
ports:
- 3000:3000
env_file: .env # use .env
- 8889:80
volumes:
- ./config:/app/config # Make sure your local config directory exists
#- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
environment:
PUID: $PUID # read them from .env
PGID: $PGID # read them from .env
- /home/prodesk/live-site:/usr/local/apache2/htdocs
networks: {}