Skip to content
Snippets Groups Projects
Commit 82bc758e authored by Paul's avatar Paul :turtle:
Browse files

use registry for alias service

parent ddd602c8
No related branches found
No related tags found
No related merge requests found
FROM node:8
WORKDIR /code
RUN git clone https://github.com/MotieDesign101/iceBoxAlias.git/ /code
RUN npm install
CMD node alias.js
run jake db:create to create database
......@@ -20,7 +20,7 @@ services:
depends_on:
- backend
alias:
build: alias
image: registry.chaotikum.net/icebox/iceboxalias
restart: always
environment:
- ICEBOX_DB_URL=postgresql://icebox:clubmate42@database/icebox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment