fix docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
989201bfc8
commit
e5c7761dc6
@ -1,10 +1,10 @@
|
||||
version: '2'
|
||||
services:
|
||||
qchgk:
|
||||
build:
|
||||
context: src
|
||||
dockerfile: ../Dockerfile
|
||||
image: 'b4tman/qchgk:rocket'
|
||||
#build:
|
||||
# context: src
|
||||
# dockerfile: ../Dockerfile
|
||||
image: 'gitea.b4tman.ru/b4tman/qchgk:latest'
|
||||
container_name: 'qchgk'
|
||||
ports:
|
||||
- '8088:8088'
|
||||
@ -19,4 +19,4 @@ services:
|
||||
# RUST_BACKTRACE: 1
|
||||
# RUST_BACKTRACE: full
|
||||
volumes:
|
||||
- '/data/lab/docker/qchgk_web/db:/db/:ro'
|
||||
- './db.dat:/db.dat:ro'
|
||||
|
Loading…
Reference in New Issue
Block a user