mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
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
20 lines
308 B
YAML
20 lines
308 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
|
|
mysql:
|
|
image: mysql:5.7.23
|
|
environment:
|
|
MYSQL_DATABASE: test
|
|
MYSQL_ROOT_PASSWORD: pass
|
|
healthcheck:
|
|
test: mysqladmin ping -ppass
|
|
ports:
|
|
- 3306:3306
|
|
|
|
gremlin:
|
|
build: gremlin-server
|
|
restart: on-failure
|
|
ports:
|
|
- 8182:8182
|