Compare commits
2 Commits
docs/maj_d
...
fix/docker
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8bcc7ae43 | ||
| f2365c08e9 |
@@ -3,7 +3,7 @@ services:
|
|||||||
database:
|
database:
|
||||||
image: postgres:${POSTGRES_VERSION:-16}-alpine
|
image: postgres:${POSTGRES_VERSION:-16}-alpine
|
||||||
ports:
|
ports:
|
||||||
- "5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${POSTGRES_DB:-app}
|
POSTGRES_DB: ${POSTGRES_DB:-app}
|
||||||
# You should definitely change the password in production
|
# You should definitely change the password in production
|
||||||
|
|||||||
Reference in New Issue
Block a user