Skip to content

Docker Compose Help #330

Closed Answered by juftin
juftin asked this question in Q&A
Discussion options

You must be logged in to vote

camply + docker

Camply has some existing docker documentation here: https://juftin.com/camply/how_to_run/#running-in-docker

Here's an example:

docker run --rm -d \
  --name camply-detached-example \
  --env PUSHOVER_PUSH_TOKEN=${PUSHOVER_PUSH_TOKEN} \
  --env PUSHOVER_PUSH_USER=${PUSHOVER_PUSH_USER} \
  --env TZ="America/Denver" \
  juftin/camply \
  camply campsites \
      --rec-area 2991 \
      --start-date 2023-08-01 \
      --end-date 2023-09-01 \
      --search-forever \
      --notifications pushover

There is also an existing docker-compose example here (although it uses a YAML file as noted): https://github.com/juftin/camply/blob/main/docs/examples/docker-compose.yaml

version: "3.7"

Replies: 2 comments

Comment options

juftin
Mar 28, 2024
Maintainer Author

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

juftin
Mar 28, 2024
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant