version: '2.2'
services:
nginx:
init: true
build: ./nginx
image: registry.yaltik.net/nginx:odoo
ports:
- "80:80"
- "443:443"