docker-compose.yml 179 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 version: "3.8" services: react: image: umi0410/khuwitch-react ports: - "8000:8000" express: image: umi0410/khuwitch-express ports: - "3303:3303"