feat: add stack example
This commit is contained in:
12
stack/docker-compose.yml
Normal file
12
stack/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
version: '3.3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
whoami:
|
||||||
|
image: traefik/whoami # Servicio de prueba
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
- PRUEBA
|
||||||
|
deploy:
|
||||||
|
replicas: 1
|
||||||
Reference in New Issue
Block a user