Files
compose/pkg/e2e/fixtures/scale/compose.yaml
Guillaume Lours 1a98a70b8a add scale command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2023-09-13 11:15:14 +02:00

15 lines
226 B
YAML

services:
back:
image: nginx:alpine
depends_on:
- db
db:
image: nginx:alpine
front:
image: nginx:alpine
deploy:
replicas: 2
dbadmin:
image: nginx:alpine
deploy:
replicas: 0