2
0
Fork 0

Added signal to docker-compose

pull/6/head
UnicodingUnicorn 2019-02-10 20:19:38 +08:00
parent 2ecb2e598f
commit 8659267df5
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@ services:
- "10200:10200"
networks:
- pgnet
signal:
build: ./backend-signal
restart: unless-stopped
environment:
- PORT=10201
ports:
- "10201:10201"
networks:
pgnet:
natsnet: