Erster Commit

This commit is contained in:
2021-09-16 13:23:36 +02:00
commit d49ffe0243
9 changed files with 651 additions and 0 deletions

View 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