This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/docker-compose.web.yml
2022-12-04 23:30:21 +01:00

12 lines
231 B
YAML

version: '2.2'
services:
web:
image: nginx:alpine
environment:
- VIRTUAL_HOST=faulty.nl
- LETSENCRYPT_HOST=faulty.nl
volumes:
- /srv/www/faulty.nl:/usr/share/nginx/html
networks:
- proxy