fix docker-compose.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitry Belyaev 2023-04-03 16:07:57 +03:00
parent 989201bfc8
commit e5c7761dc6
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 5 additions and 5 deletions

View File

@ -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'