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

Commit

Permalink
move to standard postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Dec 25, 2021
1 parent cc4fd29 commit e76ac0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ version: '3'

services:
database:
image: circleci/postgres:alpine-ram
image: postgres:13-alpine
ports:
- 5432:5432
env_file:
- .db.env
tmpfs:
- /var/lib/postgresql/data

0 comments on commit e76ac0d

Please sign in to comment.