mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
20 lines
325 B
YAML
20 lines
325 B
YAML
|
|
||
|
services:
|
||
|
# redis:
|
||
|
# image: 'redislabs/redismod'
|
||
|
# ports:
|
||
|
# - '6379:6379'
|
||
|
login:
|
||
|
restart: on-failure
|
||
|
build: .
|
||
|
hostname: login
|
||
|
ports:
|
||
|
- '23001:23001'
|
||
|
- '23000:23000'
|
||
|
# shard0:
|
||
|
# restart: on-failure
|
||
|
# build: .
|
||
|
# hostname: shard0
|
||
|
# ports:
|
||
|
# - '23001:23001'
|