Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
bump to postgres 13 in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Dec 31, 2021
1 parent b27c783 commit 1f535c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.2'
services:
postgres:
hostname: postgres
image: postgres:11.6
image: postgres:13
environment:
POSTGRES_USER: beacon
POSTGRES_DB: beacondb
Expand All @@ -20,7 +20,7 @@ services:
environment:
DATABASE_URL: postgres
links:
- postgres:postgres
- postgres:postgres
ports:
- 5050:5050
restart: on-failure
4 changes: 2 additions & 2 deletions deploy/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.2'
services:
postgres:
hostname: postgres
image: postgres:11.6
image: postgres:13
environment:
POSTGRES_USER: beacon
POSTGRES_DB: beacondb
Expand Down Expand Up @@ -42,4 +42,4 @@ services:
- 8000:8000
volumes:
- ./mock_auth.py:/mock_auth.py
entrypoint: ["python", "/mock_auth.py", "0.0.0.0", "8000"]
entrypoint: [ "python", "/mock_auth.py", "0.0.0.0", "8000" ]

0 comments on commit 1f535c5

Please sign in to comment.