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

Docker compose support #54

Merged
merged 3 commits into from
Jan 1, 2021
Merged

Docker compose support #54

merged 3 commits into from
Jan 1, 2021

Conversation

LivingWithHippos
Copy link
Contributor

Added the docker-compose.yml file and some instructions. I wasn't sure about how much text needed to be repeated.

docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com allows people to run this command even if they changed the container name since docker-compose exec checks for the service name in docker-compose.yml and not the container name.

Tested with and without the .env file

.env.sample Outdated Show resolved Hide resolved
.env.sample Show resolved Hide resolved
@sissbruecker
Copy link
Owner

@LivingWithHippos Looks good, thanks for your contribution!

Looking at the headlines in the README it probably makes sense to restructure them a little bit, but I can take care of that later on.

@sissbruecker
Copy link
Owner

@LivingWithHippos Perfect, thanks again!

@sissbruecker sissbruecker merged commit 64914fb into sissbruecker:master Jan 1, 2021
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

Successfully merging this pull request may close these issues.

2 participants