services: aethex-forge: build: . container_name: aethex-forge restart: unless-stopped ports: - "5050:5000" env_file: .env command: npm run dev