mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 08:18:33 +02:00
upt playbook
This commit is contained in:
30
webhub/docker-compose.yml
Normal file
30
webhub/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
heimdall:
|
||||
image: lscr.io/linuxserver/heimdall:latest
|
||||
container_name: heimdall
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
volumes:
|
||||
- /share/docker_data/heimdall/config:/config
|
||||
|
||||
ports:
|
||||
- 8084:80
|
||||
- 4437:443
|
||||
restart: always
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
web:
|
||||
image: nginx:latest
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
- /share/docker_data/webhub:/usr/share/nginx/html
|
||||
ports:
|
||||
- "48000:80"
|
||||
environment:
|
||||
- NGINX_HOST=sectorq.eu
|
||||
- NGINX_PORT=80
|
Reference in New Issue
Block a user