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'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
qchgk:
|
qchgk:
|
||||||
build:
|
#build:
|
||||||
context: src
|
# context: src
|
||||||
dockerfile: ../Dockerfile
|
# dockerfile: ../Dockerfile
|
||||||
image: 'b4tman/qchgk:rocket'
|
image: 'gitea.b4tman.ru/b4tman/qchgk:latest'
|
||||||
container_name: 'qchgk'
|
container_name: 'qchgk'
|
||||||
ports:
|
ports:
|
||||||
- '8088:8088'
|
- '8088:8088'
|
||||||
@ -19,4 +19,4 @@ services:
|
|||||||
# RUST_BACKTRACE: 1
|
# RUST_BACKTRACE: 1
|
||||||
# RUST_BACKTRACE: full
|
# RUST_BACKTRACE: full
|
||||||
volumes:
|
volumes:
|
||||||
- '/data/lab/docker/qchgk_web/db:/db/:ro'
|
- './db.dat:/db.dat:ro'
|
||||||
|
Loading…
Reference in New Issue
Block a user