.
This commit is contained in:
parent
00b611d753
commit
ad8368246a
4 changed files with 297 additions and 91 deletions
17
compose.yaml
17
compose.yaml
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue