Skip to content

Commit

Permalink
Documents Deployment info (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhio committed May 1, 2023
1 parent 8090efd commit 31fb056
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,19 @@ docker compose up -d redis
(cd frontend && npm run generate-rest-client)
```

[1]: https://github.com/swagger-api/swagger-codegen#homebrew
## Deployment

Server is running on rootless containers via podman. The pod definition can be found in
`deployment/prod` folder.

Helpful links:

* [How To Secure Nginx with Let's Encrypt on CentOS 8][2]
* [How to run Kubernetes workloads in systemd with Podman][3]
* [Enabling and disabling systemd services][4]


[1]: https://github.com/swagger-api/swagger-codegen#homebrew
[2]: https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-centos-8
[3]: https://www.redhat.com/sysadmin/kubernetes-workloads-podman-systemd
[4]: https://documentation.suse.com/smart/systems-management/html/reference-systemctl-enable-disable-services/index.html

0 comments on commit 31fb056

Please sign in to comment.