services: web: build: . ports: - "8080:8080" volumes: - type: bind source: ./logs target: /app/logs