mkaczanowski / pastebin

Simple, fast, standalone pastebin service
MIT License
155 stars 27 forks source link

Create docker-compose.yml #26

Closed lenaxia closed 3 years ago

lenaxia commented 3 years ago

This is an example docker-compose file for other users to use

mkaczanowski commented 3 years ago

thanks! @lenaxia it would be great if you could add Nginx setup to docker compose as well

arielb2 commented 3 years ago

thanks to @lenaxia for the example, it was very helpful.

@mkaczanowski, if you allow me a suggestion, add Nginx setup could be handled as a separate commit.

comments: the yml requires adding this tag network_mode: 'host', so that it recognizes the port, otherwise it will generate a random port.

mkaczanowski commented 3 years ago

Added docker compose here: https://github.com/mkaczanowski/pastebin/commit/4c897063062300eb00b9ac983720f7f67e0cd1ad