Feature/Add portainer setup (#6)
All checks were successful
Build and Publish Docker Image / Build and Validate (push) Successful in 7s
Build and Publish Docker Image / Publish to Registry (push) Successful in 6s

Reviewed-on: #6
Co-authored-by: Juan Sebastian Montoya <juansmm@outlook.com>
Co-committed-by: Juan Sebastian Montoya <juansmm@outlook.com>
This commit is contained in:
Juan Sebastián Montoya 2025-11-26 10:23:45 -05:00 committed by Juan Sebastián Montoya
parent c5a7f160bc
commit c933f5f8cc

12
portainer.yml Normal file
View file

@ -0,0 +1,12 @@
name: threejs-test
services:
app:
image: git.jusemon.com/jusemon/threejs-test:latest
pull_policy: build
restart: unless-stopped
networks:
default:
name: default-network
external: true