Files
docker-trocheserver/qnap-web/config/docker-compose.yml
2021-09-16 13:23:36 +02:00

23 lines
426 B
YAML

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