upgrade 5.0.0-ga-03

This commit is contained in:
UlricQin 2021-12-08 22:48:02 +08:00
parent aa2e5f15ee
commit 7ccb2aaa9c
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
NOW = $(shell date -u '+%Y%m%d%I%M%S') NOW = $(shell date -u '+%Y%m%d%I%M%S')
RELEASE_VERSION = 5.0.0-ga-02 RELEASE_VERSION = 5.0.0-ga-03
APP = n9e APP = n9e
SERVER_BIN = $(APP) SERVER_BIN = $(APP)

View File

@ -1,4 +1,5 @@
FROM ubuntu:21.04 FROM python:2
#FROM ubuntu:21.04
WORKDIR /app WORKDIR /app
ADD n9e /app ADD n9e /app
@ -9,4 +10,4 @@ RUN chmod +x n9e
EXPOSE 19000 EXPOSE 19000
EXPOSE 18000 EXPOSE 18000
CMD ["/app/n9e", "-h"] CMD ["/app/n9e", "-h"]

View File

@ -79,7 +79,7 @@ services:
- "server" - "server"
nwebapi: nwebapi:
image: ulric2019/nightingale:5.0.0-ga-02 image: ulric2019/nightingale:5.0.0-ga-03
container_name: nwebapi container_name: nwebapi
hostname: nwebapi hostname: nwebapi
restart: always restart: always
@ -107,7 +107,7 @@ services:
- "webapi" - "webapi"
nserver: nserver:
image: ulric2019/nightingale:5.0.0-ga-02 image: ulric2019/nightingale:5.0.0-ga-03
container_name: nserver container_name: nserver
hostname: nserver hostname: nserver
restart: always restart: always