Skip to content

run with docker compose #61

@mstewart14

Description

@mstewart14

tried the following (note, I'm running on amd64 so had to build it myself)
tried the following as a docker-compose.yml

services:
receipt-parser-server:
image: 76b8a403068d #had to build locally for amd64
container_name: receipt-parser
environment:
- RECEIPT_PARSER_CONFIG_DIR="/config"
volumes:
- ./parser/data:/app/data
- ./parser/config:/config
ports:
- 192.168.0.233:8721:8721
restart: unless-stopped

instantly starts restarting and never comes up all the way.
why is that?
running the launcher script (correctly modified to refer to this image and the IP) works and I end up with a running container. It's important for me for back-up and management purposes.
any help or clues would be appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions