Add dockerfile and container build

This commit is contained in:
Jon Staab
2025-09-30 17:26:21 -07:00
parent 67a00e71ee
commit 012f04569c
3 changed files with 100 additions and 4 deletions
+13 -4
View File
@@ -105,7 +105,7 @@ can_manage = true
See `justfile` for defined commands.
## Deployment
## Deploying on ubuntu
```sh
# Add a user
@@ -139,7 +139,16 @@ service zooid start
# Next, optionally set up a reverse proxy and create a config file for each virtual relay
```
## TODO
## Deploying via container
Zooid can be run using an OCI container:
```sh
podman run -it \
-p 3334:3334 \
-v ./config:/tmp/config \
-v ./media:/tmp/media \
-v ./data:/tmp/data \
ghcr.io/coracle-social/zooid
```
- [ ] Free up resources after instance inactivity
- [ ] Admin/member lists