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

Fix docker installation, now all works, fixes #8 #31

Merged
merged 8 commits into from
Dec 18, 2018
Merged

Conversation

guysoft
Copy link
Collaborator

@guysoft guysoft commented Dec 13, 2018

Fixed docker-compose against latest .

Usage now is super simple and and can be run from localhost, or at a reverse proxy such as jwilder/nginx-proxy. Without need to checkout the source and build the docker image locally.

Step by step usage assuming you are on localhost:

wget https://raw.githubusercontent.com/guysoft/ownphotos-frontend/dev/docker-compose.yml
sudo docker-compose up -d

Thats it, you have ownphotos ruining at http://localhost:3000
(These commands already work now and you can test this)

For production deployments you

Note: after this gets merged please update docker-compose.yml to a docker hub automated build for guysoft/ownphotos-proxy and guysoft/ownphotos-frontend:dev.

@guysoft guysoft changed the title Fix docker installation, no all works, fixes #8 Fix docker installation, now all works, fixes #8 Dec 13, 2018
@guysoft
Copy link
Collaborator Author

guysoft commented Dec 18, 2018

@hooram Great, thanks!

Now, do you want to create an automated build in docker hub? Or should I point mine to this repo?
Should be like this, but for your repo:
https://cloud.docker.com/u/guysoft/repository/docker/guysoft/ownphotos-frontend

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.

None yet

2 participants