Monorepo consolidation: workspace, shared types, transport plans, docker/swam assets
This commit is contained in:
21
swarm/dev.json
Normal file
21
swarm/dev.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"name": "gateway",
|
||||
"image": "cloudlysis/gateway:dev",
|
||||
"mode": "replicated",
|
||||
"replicas": "1/1",
|
||||
"updated_at": null
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
{
|
||||
"id": "task-1",
|
||||
"service": "gateway",
|
||||
"node": "node-1",
|
||||
"desired_state": "running",
|
||||
"current_state": "running",
|
||||
"error": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user