mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
14 lines
432 B
YAML
14 lines
432 B
YAML
services:
|
|
app:
|
|
image: 'nginx'
|
|
labels:
|
|
- traefik.http.middlewares.custom-auth.basicauth.users=test:$2y$12$ci.4U63YX83CwkyUrjqxAucnmi2xXOIlEF6T/KdP9824f1Rf1iyNG
|
|
volumes:
|
|
- 'postgres_data:/var/lib/postgresql/data'
|
|
app2:
|
|
image: 'nginx'
|
|
labels:
|
|
- traefik.http.middlewares.custom-auth.basicauth.users=test:$2y$05$OpnNJgwdtK/PLkP.JL7Rzeikv2PB2skTZC1B3x15Zka.Vevo5ux6m
|
|
app3:
|
|
image: 'nginx'
|