mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
feat: add --recreate flag for deploy command to force container recreation
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
test-compose-multi-web:
|
||||
image: portainer/pause:3.9
|
||||
environment:
|
||||
SERVICE: web
|
||||
VERSION: "1.0"
|
||||
deploy:
|
||||
replicas: 2
|
||||
x-ports:
|
||||
- multi.example.com:80/https
|
||||
|
||||
test-compose-multi-api:
|
||||
image: portainer/pause:3.9
|
||||
environment:
|
||||
SERVICE: api
|
||||
PORT: "8080"
|
||||
deploy:
|
||||
replicas: 3
|
||||
|
||||
test-compose-multi-worker:
|
||||
image: portainer/pause:3.9
|
||||
environment:
|
||||
SERVICE: worker
|
||||
CONCURRENCY: "5"
|
||||
Reference in New Issue
Block a user