mirror of
https://github.com/aljazceru/gcups.git
synced 2025-12-17 05:14:23 +01:00
16 lines
429 B
YAML
16 lines
429 B
YAML
# SPDX-FileCopyrightText: 2024-2025 Damian Fajfer <damian@fajfer.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
version: '3'
|
|
services:
|
|
gcups:
|
|
container_name: gcups
|
|
image: ghcr.io/fajfer/gcups:1.1.7
|
|
ports:
|
|
- '0.0.0.0:8085:8080'
|
|
restart: unless-stopped
|
|
volumes:
|
|
- $HOME/gcups-rxdb-1-settings:/opt/gcups/db/gcups-rxdb-1-settings
|
|
devices:
|
|
- /dev/bus/usb/001/010:/dev/bus/usb/001/010
|