Skip to content

Commit 422e176

Browse files
authored
Fix dev isogun compatibility which doesn't currently support postgresql (#513)
1 parent 03fa485 commit 422e176

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: identity-cache
22

33
up:
44
- homebrew:
5-
- postgresql
65
- mysql-client@5.7:
76
or: [mysql@5.7]
87
conflicts: [mysql-connector-c, mysql, mysql-client]
@@ -13,7 +12,6 @@ up:
1312
env:
1413
RAILGUN_HOST: identity-cache.railgun
1514
MYSQL_HOST: identity-cache.railgun
16-
POSTGRES_HOST: identity-cache.railgun
1715
MEMCACHED_HOST: identity-cache.railgun
1816

1917
commands:

railgun.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ volumes:
1212

1313
services:
1414
- mysql
15-
- postgresql
1615
- memcached

0 commit comments

Comments
 (0)