services: app: image: hibobmaster/matrixchatgptbot:latest container_name: matrix_chatgpt_bot restart: unless-stopped # build: # context: . # dockerfile: ./Dockerfile env_file: - .env volumes: # use env file or config.json # - ./config.json:/app/config.json # use touch to create empty db file, for persist database only - ./sync_db:/app/sync_db - ./manage_db:/app/manage_db # import_keys path # - ./element-keys.txt:/app/element-keys.txt networks: - matrix_network networks: matrix_network: