version: '3.8' services: p2pix: container_name: p2pix_frontend build: context: . volumes: - '.:/app' ports: - '3000:3000'