next-ucap-messenger/docker/docker-compose.yml

11 lines
221 B
YAML
Raw Normal View History

2019-11-12 09:54:21 +00:00
version: '3.1'
services:
nginx:
image: nginx:1.17.5-alpine
volumes:
- ../dist/ucap-webmessenger-app:/usr/share/nginx/html:ro
2019-11-13 07:30:15 +00:00
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
2019-11-12 09:54:21 +00:00
ports:
- 8099:80