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-18 23:38:46 +01:00

22 lines
No EOL
433 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
sh:
build:
context: ./repos/dotfiles
dockerfile: ./lib/Dockerfile
environment:
- LETSENCRYPT_HOST=sh.faulty.nl
- VIRTUAL_HOST=sh.faulty.nl
networks:
- proxy