Update docker-compose.yml

This commit is contained in:
Mauricio Siu 2025-01-31 01:18:52 -06:00 committed by GitHub
parent 6cf744dec6
commit 60bc155ce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ version: '3.3'
services:
whoami:
image: traefik/whoami # Servicio de prueba
env_file:
- .env
environment:
- PRUEBA
deploy: