Skip to content

Commit cb7a01c

Browse files
committed
#25: move chat-linker to omnissiah
1 parent 154786a commit cb7a01c

7 files changed

Lines changed: 22 additions & 27 deletions

File tree

cthulhu-3/chat-linker/Readme.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cthulhu-3
1+
omnissiah
22
=========
33

4-
This is a service hosted at [DATA EXPUNGED].
4+
This is a machine hosted at [DATA EXPUNGED].
55

66
Enabled end-user services:
77

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM node:6.9.5
2-
RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout c81aada496328f76a299ad8affafae3bdcb7f1c4
1+
FROM node:6.10.2-alpine
2+
RUN apk update && apk add git
3+
RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout df168c4ffb0922c494bb27f7b84780c854ea9b40
34
RUN cd /usr/app/src && npm install # TODO: Not stable enough; migrate to yarn
45
COPY app-config.json /usr/app/src/app-config.json
56
WORKDIR /usr/app/src

omnissiah/chat-linker/Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
chat-linker
2+
===========
3+
4+
Deployment:
5+
6+
1. Copy `app-config.example.json` to `app.config.json` and set up the
7+
parameters.
8+
2. Start Docker container:
9+
10+
```console
11+
$ docker-compose up -d
12+
```
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: '2'
2+
services:
3+
linker:
4+
build: .
5+
restart: always

0 commit comments

Comments
 (0)