|
|
@ -16,9 +16,9 @@ services: |
|
|
image: postgres:16.2 |
|
|
image: postgres:16.2 |
|
|
restart: unless-stopped |
|
|
restart: unless-stopped |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: postgres |
|
|
|
|
|
POSTGRES_PASSWORD: postgres |
|
|
|
|
|
POSTGRES_DB: postgres |
|
|
|
|
|
|
|
|
POSTGRES_USER: ${POSTGRES_USER} |
|
|
|
|
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} |
|
|
|
|
|
POSTGRES_DB: ${POSTGRES_DB} |
|
|
volumes: |
|
|
volumes: |
|
|
- './volumes/postgres:/var/lib/postgresql/data' |
|
|
- './volumes/postgres:/var/lib/postgresql/data' |
|
|
ports: |
|
|
ports: |
|
|
|