services: web: build: . env_file: .env ports: - "4173:4173" pb: build: api env_file: .env volumes: - ./data:/pb_data ports: - "8080:8080"