Skip to content

Remote INDI with Docker webserver - chicken and egg? #1749

Discussion options

You must be logged in to vote

Got it. Had to start the capture container as well. Here's what my compose file looks like:

docker-compose.yaml
services:
  indi.base:
    build:
      context: ..
      dockerfile: docker/Dockerfile.indi_base_debian12
      args:
        - TZ=${TZ}
        - INDI_VERSION=${INDIALLSKY_INDI_VERSION}
        - LIBCAMERA_TAG=${INDIALLSKY_LIBCAMERA_TAG}
        - RPICAM_APPS_TAG=${INDIALLSKY_RPICAM_APPS_TAG}
    env_file: .env


  mariadb.indi.allsky:
    build:
      context: ..
      dockerfile: docker/Dockerfile.mariadb
    env_file: .env
    volumes:
      - database_indi_allsky:/var/lib/mysql
    networks:
      - private


  gunicorn.indi.allsky:
    build:
      context: ..
      dock…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gingerbreadassassin
Comment options

You must be logged in to vote
3 replies
@gingerbreadassassin
Comment options

@aaronwmorris
Comment options

@gingerbreadassassin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants