mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
13 lines
173 B
YAML
13 lines
173 B
YAML
|
|
version: '3.3'
|
|
|
|
services:
|
|
whoami:
|
|
image: traefik/whoami # Servicio de prueba
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- PRUEBA
|
|
deploy:
|
|
replicas: 1
|