feat: add docker deployment configuration (#311)

This commit is contained in:
Gustavo Mota 2025-05-08 22:25:57 -03:00 committed by GitHub
parent a537eaad7b
commit 533e00d4ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 97 additions and 0 deletions

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
version: "3.8"
services:
jumble:
container_name: jumble-nginx
build:
context: .
dockerfile: Dockerfile
ports:
- "8089:80"
restart: unless-stopped