Add Docker Compose configuration for Portainer setup
All checks were successful
Build and Publish Docker Image / Build and Validate (pull_request) Successful in 8s
Build and Publish Docker Image / Publish to Registry (pull_request) Has been skipped

This commit is contained in:
Juan Sebastián Montoya 2025-11-26 10:21:37 -05:00
parent c5a7f160bc
commit cf2e22b600

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