threejs-test/portainer.yml
Juan Sebastian Montoya cf2e22b600
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
Add Docker Compose configuration for Portainer setup
2025-11-26 10:21:37 -05:00

12 lines
No EOL
209 B
YAML

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