diff --git a/compose.pgsql.yml b/compose.pgsql.yml new file mode 100644 index 0000000..c7d3f9e --- /dev/null +++ b/compose.pgsql.yml @@ -0,0 +1,12 @@ +--- +version: "3.8" + +services: + app: + environment: + - PGSQL_ENABLED + ports: + - target: 5432 + published: 5432 + protocol: tcp + mode: host \ No newline at end of file