mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 15:45:34 +08:00
Remove db port config in dev docker-compose.yml
This commit is contained in:
parent
a1e22a7456
commit
2bf4e23442
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ services:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
volumes:
|
volumes:
|
||||||
- scinote_development_postgres:/var/lib/postgresql/data
|
- scinote_development_postgres:/var/lib/postgresql/data
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_USER=postgres"
|
- "POSTGRES_USER=postgres"
|
||||||
- "POSTGRES_PASSWORD=mysecretpassword"
|
- "POSTGRES_PASSWORD=mysecretpassword"
|
||||||
|
|
Loading…
Add table
Reference in a new issue