services: s5p: build: context: . dockerfile: Containerfile container_name: s5p restart: unless-stopped ports: - "127.0.0.1:1080:1080" volumes: - ./src:/app/src:ro,Z - ./config/s5p.yaml:/app/config/s5p.yaml:ro,Z network_mode: host