mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-15 20:25:24 +02:00
11 lines
146 B
YAML
11 lines
146 B
YAML
|
|
version: '3.3'
|
|
|
|
services:
|
|
whoami:
|
|
image: traefik/whoami # Servicio de prueba
|
|
environment:
|
|
- PRUEBA
|
|
deploy:
|
|
replicas: 1
|