mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-18 01:25:31 +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'
|