version: '3'
services:
example.org:
image: flashspys/nginx-static
environment:
- VIRTUAL_HOST=static.cttue.de
- LETSENCRYPT_HOST=static.cttue.de
- VIRTUAL_PORT=80
volumes:
- ./wwwroot:/static
networks:
cttue_web_services:
external: true