Feature/Add portainer setup (#6)
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:
parent
c5a7f160bc
commit
c933f5f8cc
1 changed files with 12 additions and 0 deletions
12
portainer.yml
Normal file
12
portainer.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue