continuous-integration/drone/push Build is failing
Reviewed-on: #133 Reviewed-by: p4u1 <133+p4u1@noreply.git.coopcloud.tech> Co-authored-by: Javielico <103+javielico@noreply.git.coopcloud.tech>
12 lines
172 B
YAML
12 lines
172 B
YAML
---
|
|
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
environment:
|
|
- PGSQL_ENABLED
|
|
ports:
|
|
- target: 5432
|
|
published: 5432
|
|
protocol: tcp
|
|
mode: host |