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-25 15:03:24 +01:00

23 lines
No EOL
442 B
YAML

version: '2.2'
services:
web:
build:
context: ./repos/main-site
dockerfile: ./Dockerfile
restart: always
environment:
- VIRTUAL_HOST=faulty.nl
- LETSENCRYPT_HOST=faulty.nl
networks:
- proxy
sh:
build:
context: ./repos/dotfiles
dockerfile: ./lib/Dockerfile
environment:
- LETSENCRYPT_HOST=sh.faulty.nl
- VIRTUAL_HOST=sh.faulty.nl
networks:
- proxy