# crafting-table v0.1 — step 1 compose. # # Builds the monolith image and runs the smoke test once. # In step 2+ the `command:` is replaced with the API server entrypoint. name: crafting-table services: crafting-table: build: . image: crafting-table:local container_name: crafting-table command: ["/usr/local/bin/smoke.sh"] user: crafter working_dir: /workspace volumes: - workspace:/workspace - caches:/caches - data:/data networks: [sulkta] volumes: workspace: caches: data: networks: sulkta: external: true