services: signal-cli-rest-api: image: bbernhard/signal-cli-rest-api:latest container_name: signal-api restart: unless-stopped environment: - MODE=native #- AUTO_RECEIVE_SCHEDULE=0 22 * * * #enable this parameter on demand (see description below) ports: - "8080:8080" #map docker port 8080 to host port 8080. volumes: - "/srv/docker/signal/signal-cli-config:/home/.local/share/signal-cli"