version: "3" services: nginx: build: ./nginx ports: - 80:80 - 443:443 # mysql: # build: ./mysql/Dockerfile