mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-08 23:14:29 +08:00
9 lines
190 B
YAML
9 lines
190 B
YAML
services:
|
|
database:
|
|
image: 'postgres:15.2'
|
|
ports:
|
|
- '5432'
|
|
environment:
|
|
- 'POSTGRES_USER=myuser'
|
|
- 'POSTGRES_DB=mydatabase'
|
|
- 'POSTGRES_PASSWORD=secret' |