version: "3.2" services: web: container_name: lupt-chat build: . ports: - "8080:8081" volumes: - type: bind source: ./etc target: /app/lupt/etc