version: Bump version
This commit is contained in:
parent
c622264f43
commit
7f9d520257
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lateinicusserver",
|
"name": "lateinicusserver",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "The backend server for Lateinicus",
|
"description": "The backend server for Lateinicus",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -16,9 +16,10 @@ services:
|
|||||||
ipv4_address: 128.1.0.2
|
ipv4_address: 128.1.0.2
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: lateinicus/server:1.0.0
|
image: lateinicus/server:1.1.0
|
||||||
environment:
|
environment:
|
||||||
- LATEINICUS_USER_PW=abc123
|
- LATEINICUS_USER_PW=abc123
|
||||||
|
- LATEINICUS_CLASSES=test
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "seminarfach",
|
"name": "seminarfach",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user