services: myprimal: build: . restart: unless-stopped ports: - "${PORT:-3001}:3001" env_file: .env volumes: - myprimal-config:/app/config.json volumes: myprimal-config: