From c933f5f8cc12533d5a92d3a08d822d87a5a38a00 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Montoya Date: Wed, 26 Nov 2025 10:23:45 -0500 Subject: [PATCH] Feature/Add portainer setup (#6) Reviewed-on: https://git.jusemon.com/jusemon/threejs-test/pulls/6 Co-authored-by: Juan Sebastian Montoya Co-committed-by: Juan Sebastian Montoya --- portainer.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 portainer.yml diff --git a/portainer.yml b/portainer.yml new file mode 100644 index 0000000..d7b7c7e --- /dev/null +++ b/portainer.yml @@ -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 \ No newline at end of file