Replies: 1 comment
-
can you please tell me which database are you using remote or local |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason I really struggled to get this project working at first. Like when i went to 'docker compose up -d' It would never take my config file. So i am posting how i deployed this project below maybe it helps someone. I have a custom Dockerfile and modified docker-compose.yml
custom Dockerfile
docker-compose.yml
Once you have all inputs added to your Dockerfile run
docker buildx build -t teldriveCustom:v1 .
Then you can
docker compose up -d
with no issues. Atleast this is how i solved my issues. Love this project tho. Hats off to the devsBeta Was this translation helpful? Give feedback.
All reactions