mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
25 lines
468 B
YAML
25 lines
468 B
YAML
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"
|