Bump backend version for the release

This commit is contained in:
Alexander Polynomdivision 2018-10-07 18:46:18 +02:00
parent 7dc4f92319
commit c25536f09a
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "lateinicusserver",
"version": "0.1.0",
"version": "1.0.0",
"description": "The backend server for Lateinicus",
"main": "index.js",
"scripts": {

View File

@ -4,6 +4,8 @@ services:
db:
image: mongo:4.0.2-xenial
command: mongod --config /etc/mongo/mongod.conf
read_only: true
tmpfs: /tmp
volumes:
- ./server/db/:/etc/mongo/db/:rw
- ./server/mongod.conf:/etc/mongo/mongod.conf:ro
@ -14,13 +16,15 @@ services:
ipv4_address: 128.1.0.2
backend:
image: lateinicus/server
image: lateinicus/server:1.0.0
environment:
- LATEINICUS_USER_PW=abc123
expose:
- "8080"
depends_on:
- db
volumes:
- ./server/de.json:/etc/profanity:ro
networks:
backend:
ipv4_address: 128.1.0.3