diff options
| author | Paul-Christian Volkmer | 2023-07-25 16:48:45 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-25 16:48:45 +0200 |
| commit | 46928964ef2b469a8c3f9eb997591ead0e6ea093 (patch) | |
| tree | 84b0a7431f1fa82f2f43f20de032d94c7308f5f7 /dev-compose.yml | |
| parent | c8e99133e2c560a10a2d512d1985518f3e373949 (diff) | |
Add postgres migration file and configuration for postgres
Diffstat (limited to 'dev-compose.yml')
| -rw-r--r-- | dev-compose.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-compose.yml b/dev-compose.yml index cebe942..0df9688 100644 --- a/dev-compose.yml +++ b/dev-compose.yml @@ -8,3 +8,11 @@ services: MARIADB_USER: dev MARIADB_PASSWORD: dev MARIADB_ROOT_PASSWORD: dev +# postgres: +# image: postgres:alpine +# ports: +# - "15432:5432" +# environment: +# POSTGRES_DB: dev +# POSTGRES_USER: dev +# POSTGRES_PASSWORD: dev |
