Files
coolify-examples/docker-compose-test/docker-compose.yaml
2024-05-30 09:28:16 +02:00

14 lines
330 B
YAML

services:
app:
image: 'nginx'
environment:
- TEST=${TEST}
labels:
- traefik.http.middlewares.custom-auth.basicauth.users=test:$2y$12$ci.4U63YX83CwkyUrjqxAucnmi2xXOIlEF6T/KdP9824f1Rf1iyNG
volumes:
- 'postgres_data:/var/lib/postgresql/data'
app2:
image: 'nginx'
app3:
image: 'nginx'