Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 398 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 398 Bytes

Gleam Developer Survey

Learning things about the Gleam community.

gleam run

Deployment

Podman quadlet!

[Unit]
Description=Gleam Developer Survey container
After=local-fs.target

[Container]
Image=ghcr.io/gleam-lang/developer-survey:1.2.0
PublishPort=8000:8000
Volume=/mnt/data/gleam-developer-survey:/app/data:rw,z

[Install]
WantedBy=multi-user.target default.target