https://github.com/mufeedali/compose-bucket
https://github.com/mufeedali/compose-bucket
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mufeedali/compose-bucket
- Owner: mufeedali
- Created: 2025-02-10T19:47:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T09:46:19.000Z (over 1 year ago)
- Last Synced: 2025-04-12T12:59:24.649Z (about 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bucket
This is essentially a dump for now. Some services require additional steps that I plan to document over time.
I might be putting myself at risk with this, I'm not entirely sure. But it would be great if anybody found my config helpful. :)
Runs on rootless Podman with the Docker Compose plugin.
## Rootless Podman Requirements
Enable unprivileged port start:
```ini
# /etc/sysctl.d/99-sysctl.conf
net.ipv4.ip_unprivileged_port_start=80
```
Enable persistent sessions:
```bash
loginctl enable-linger mufeed
```