version: '3' services: nginx: build: context: . dockerfile: ./nginx/Dockerfile image: proxy-nginx ports: - "80:80" - "443:443" restart: always