You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3.8' |
|
|
|
services: |
|
postgres: |
|
image: timescale/timescaledb:2.6.0-pg14 |
|
ports: |
|
- '5432:5432' |
|
volumes: |
|
- postgres-data:/var/lib/postgresql/data |
|
environment: |
|
POSTGRES_PASSWORD: postgres |
|
POSTGRES_USER: postgres |
|
volumes: |
|
postgres-data: {}
|
|
|