Skip to content

Commit

Permalink
Merge branch 'dev' into allow-repo-retry-collection-isaac
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMilarky committed Feb 12, 2024
2 parents 9aa9725 + ea6d2d5 commit 45be12f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ services:
- "POSTGRES_DB=augur"
- "POSTGRES_USER=${AUGUR_DB_USER:-augur}"
- "POSTGRES_PASSWORD=${AUGUR_DB_PASSWORD:-augur}"
- "PGDATA=/var/lib/postgresql/data/pgdata"
ports:
- "127.0.0.1:${AUGUR_DB_PORT:-5432}:5432"
volumes:
- augurpostgres:/var/lib/postgresql/data

redis:
image: "redis:alpine"
Expand Down Expand Up @@ -44,5 +47,7 @@ services:
volumes:
facade:
driver: local
augurpostgres:
driver: local


0 comments on commit 45be12f

Please sign in to comment.