docker-compose for rocket

This commit is contained in:
Dmitry Belyaev 2019-08-20 16:22:23 +03:00
parent 86d8fd16c8
commit 538ba9f2d9
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -3,10 +3,8 @@ services:
qchgk: qchgk:
build: build:
context: src context: src
dockerfile: ../stable.Dockerfile dockerfile: ../nightly.Dockerfile
# dockerfile: ../nightly.Dockerfile image: 'b4tman/qchgk:rocket'
image: 'b4tman/qchgk:actix'
# image: 'b4tman/qchgk:rocket'
container_name: 'qchgk' container_name: 'qchgk'
ports: ports:
- '8088:8088' - '8088:8088'