services:
one-el:
build: .
restart: "no"
volumes:
- .:/usr/src/app/
nginx:
restart: always
image: nginx:alpine
ports:
- 8900:80
- ./nginx.conf:/etc/nginx/nginx.conf
- ./public:/var/www/html