version: '2' services: qchgk: #build: # context: src # dockerfile: ../Dockerfile image: 'gitea.b4tman.ru/b4tman/qchgk:latest' container_name: 'qchgk' ports: - '8088:8088' logging: driver: json-file options: max-file: '5' max-size: 10m environment: ROCKET_ENV: prod ROCKET_PORT: 8088 # RUST_BACKTRACE: 1 # RUST_BACKTRACE: full volumes: - './db.dat:/db.dat:ro'