Add deployment script

Add Dockerfile, docker compose, and update Nix config for deployment
This commit is contained in:
Hafid Nur
2026-02-14 16:44:23 +07:00
parent 5bb5a05a25
commit e3b98d9f35
4 changed files with 49 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
qrcampaign:
build:
context: .
dockerfile: docker/qrcampaign.Dockerfile
ports:
- '127.0.0.1:3006:80'
restart: unless-stopped
container_name: qrcampaign