goploy/docker
2022-03-10 19:31:30 +08:00
..
Dockerfile A 1.4.7 2022-03-10 19:31:30 +08:00
README.md A toml 2021-12-15 16:17:31 +08:00

logo

README STAR LICENSE

Name: go + deploy

A web deployment system tool!

Support all kinds of code release and rollback, which can be done through the web with one click!

Complete installation instructions, no difficulty in getting started!

Dockerfile

How to use?

Import sql file: goploy.sql

Run it with all needed parameter:

docker run -it \
    -p 3000:80 \
    -v /path/to/.ssh:/root/.ssh \
    -v /path/to/hosts:/etc/hosts \
    -v /path/to/repository:/opt/goploy/repository \
    zhenorzz/goploy

That's it.

Mount

The rsync and ssh need id_rsa to conncet server, so you have to mount your ssh path to container using -v /path/to/.ssh:/root/.ssh.

If you want to access your own domain in container, you should mount your hosts file to container using -v /path/to/hosts:/etc/hosts.

If you would like to keep the repositories you can use -v /path/to/repository:/opt/goploy/repository.

Notice that the filename is case-sensitive. If your readme is called readme.md you have to mount the file directly, not the directory

Additional Information

Windows id_rsa permission denied, click this for help.

Updates and updating

To update your setup simply pull the newest image version from docker hub and run it.

License

View license information for the software contained in this image.

Everything in this repository is published under MIT.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; I'm always thrilled to receive pull requests.