--- services: frontend: image: git.brynstuff.co.uk/bryn/web:0.01 build: . ports: - 80:80 volumes: - ./app:/app - ./logs:/var/log/nginx