Skip to content

Commit

Permalink
Fixes docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
zarya committed Oct 7, 2024
1 parent ff500dd commit 428b646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ services:
- BMA_CREATOR_GROUP_NAME=creators
- BMA_MODERATOR_GROUP_NAME=moderators
- BMA_CURATOR_GROUP_NAME=curators
- BMA_INITIAL_GROUPS=curators
db:
image: postgis/postgis:14-3.3-alpine
environment:
- POSTGRES_USER=bma
- POSTGRES_PASSWORD=hunter12
ports:
- "${db_port}:5432"
- "${db_port}:5432"

0 comments on commit 428b646

Please sign in to comment.