2. Upload a container archive to the server.
3. A systemd path unit will extract the archive and load it into the container runtime.
4. Orchestration tool like docker compose will run or re-run services. Docker compose file was already setup in step 1.
DB is usually Sqlite in WAL mode with Litestream.
Checkout the repo at https://github.com/confuzeus/simple-django for a full example.
2. Upload a container archive to the server.
3. A systemd path unit will extract the archive and load it into the container runtime.
4. Orchestration tool like docker compose will run or re-run services. Docker compose file was already setup in step 1.
DB is usually Sqlite in WAL mode with Litestream.
Checkout the repo at https://github.com/confuzeus/simple-django for a full example.