Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

struggling to start it in docker #311

Open
hycday opened this issue Jan 19, 2025 · 0 comments
Open

struggling to start it in docker #311

hycday opened this issue Jan 19, 2025 · 0 comments

Comments

@hycday
Copy link

hycday commented Jan 19, 2025

I created the following docker-compose.yml (no git clone etc) :


version: '3.7'

services:
  resume-matcher:
    image: resume-matcher
    container_name: ats-resume
    ports:
      - 1234:1234
    networks:
      - caddy
    labels:
      caddy: mydomain.ltd
      caddy.reverse_proxy: "{{upstreams 1234}}"
    restart: unless-stopped
networks:
  caddy:
    external: true

then I launch docker compose up -d --build
I get a success message
but when I check the docker container ls, I see that it restarts in loop
so I check the logs of the docker and I see :

ats-resume  | Error: Invalid value: File does not exist: streamlit_app.py
ats-resume  | Usage: streamlit run [OPTIONS] TARGET [ARGS]...
ats-resume  | Try 'streamlit run --help' for help.

is there anything in particular that I need to do here ?

thanks for the help !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant