diff options
| -rw-r--r-- | Dockerfile.production | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production index 35eb553..0f582d7 100644 --- a/Dockerfile.production +++ b/Dockerfile.production | |||
| @@ -18,6 +18,7 @@ RUN set -x \ | |||
| 18 | ca-certificates \ | 18 | ca-certificates \ |
| 19 | nginx \ | 19 | nginx \ |
| 20 | systemd \ | 20 | systemd \ |
| 21 | ffmpeg \ | ||
| 21 | mat2 \ | 22 | mat2 \ |
| 22 | uwsgi \ | 23 | uwsgi \ |
| 23 | uwsgi-plugin-python3 \ | 24 | uwsgi-plugin-python3 \ |
| @@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818 | |||
| 202 | ##### Podman | 202 | ##### Podman |
| 203 | Build: `podman build -f Dockerfile.production -t matweb-podman .` | 203 | Build: `podman build -f Dockerfile.production -t matweb-podman .` |
| 204 | 204 | ||
| 205 | Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges,seccomp=./config/seccomp.json matweb-podman:latest` | 205 | Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges --security-opt=seccomp=./config/seccomp.json matweb-podman:latest` |
| 206 | 206 | ||
| 207 | # Configuration | 207 | # Configuration |
| 208 | 208 | ||
