upgrade 5.0.0-ga-03
This commit is contained in:
parent
aa2e5f15ee
commit
7ccb2aaa9c
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
|
||||
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
|
||||
SERVER_BIN = $(APP)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM ubuntu:21.04
|
||||
FROM python:2
|
||||
#FROM ubuntu:21.04
|
||||
|
||||
WORKDIR /app
|
||||
ADD n9e /app
|
||||
|
@ -9,4 +10,4 @@ RUN chmod +x n9e
|
|||
EXPOSE 19000
|
||||
EXPOSE 18000
|
||||
|
||||
CMD ["/app/n9e", "-h"]
|
||||
CMD ["/app/n9e", "-h"]
|
||||
|
|
|
@ -79,7 +79,7 @@ services:
|
|||
- "server"
|
||||
|
||||
nwebapi:
|
||||
image: ulric2019/nightingale:5.0.0-ga-02
|
||||
image: ulric2019/nightingale:5.0.0-ga-03
|
||||
container_name: nwebapi
|
||||
hostname: nwebapi
|
||||
restart: always
|
||||
|
@ -107,7 +107,7 @@ services:
|
|||
- "webapi"
|
||||
|
||||
nserver:
|
||||
image: ulric2019/nightingale:5.0.0-ga-02
|
||||
image: ulric2019/nightingale:5.0.0-ga-03
|
||||
container_name: nserver
|
||||
hostname: nserver
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue