new site docker-compose
This commit is contained in:
parent
d26ea16071
commit
dbe8621056
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@ version: '2.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
build:
|
||||||
|
context: ./repos/main-site
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=faulty.nl
|
- VIRTUAL_HOST=faulty.nl
|
||||||
- LETSENCRYPT_HOST=faulty.nl
|
- LETSENCRYPT_HOST=faulty.nl
|
||||||
volumes:
|
|
||||||
- /srv/www/faulty.nl:/usr/share/nginx/html
|
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
|
Reference in a new issue