mirror of
https://github.com/ent/ent.git
synced 2026-05-28 09:49:08 +03:00
entc: drop switch statements on single storage (#12)
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/12 Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1256 Reviewed By: a8m Differential Revision: D16667212 fbshipit-source-id: e9f8a51986de5fe97356285e23946a61578d8164
This commit is contained in:
committed by
Facebook Github Bot
parent
cef32f1fb4
commit
dfadb3e27b
@@ -8,11 +8,11 @@ services:
|
||||
MYSQL_DATABASE: test
|
||||
MYSQL_ROOT_PASSWORD: pass
|
||||
healthcheck:
|
||||
test: mysql -ppass -e "show databases"
|
||||
test: mysqladmin ping -ppass
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
||||
neptune:
|
||||
gremlin:
|
||||
build: gremlin-server
|
||||
restart: on-failure
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user