update compose & override to match new dockerfile

pull/6/head
Matthew Strasiotto 4 years ago
parent 42600391f6
commit a8a96b0c59

@ -1,8 +1,9 @@
version: '3.7'
services:
nginx:
environment:
- URL=a_url_unused
build:
args:
nginx_template_data: nginx.yaml
tty-proxy:
environment:
- URL=tty.example.com

@ -1,7 +1,9 @@
version: '3.7'
services:
nginx:
build: ./nginx/
build:
context: ./nginx/
image: webserver
container_name: webserver
volumes:
# - type: bind

Loading…
Cancel
Save