Skip to content

Commit 0eeb042

Browse files
committed
Use vanilla postgres image instead of our custom version
1 parent f979f3b commit 0eeb042

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

docker-compose/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ web:
88
- .:/home/cesium_app
99

1010
db:
11-
image: cesium/postgres
11+
image: postgres:9.5
1212
environment:
1313
- POSTGRES_USER=cesium
14-
- POSTGRES_PASSWORD=
15-
- POSTGRES_DB=cesium

docker/postgres/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

docker/postgres/init-user-db.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)