Erster Commit
This commit is contained in:
22
qnap-web/config/docker-compose.yml
Normal file
22
qnap-web/config/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
qnap_web:
|
||||
image: marcnuri/port-forward
|
||||
container_name: qnap_web
|
||||
restart: always
|
||||
expose:
|
||||
- "80"
|
||||
environment:
|
||||
LOCAL_PORT: 80
|
||||
REMOTE_HOST: 172.29.4.1
|
||||
REMOTE_PORT: 8080
|
||||
VIRTUAL_HOST: qnap.troche.koeln
|
||||
LETSENCRYPT_HOST: qnap.troche.koeln
|
||||
LETSENCRYPT_EMAIL: ariane@familie-troche.de
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: nginx-proxy
|
||||
Reference in New Issue
Block a user