Add Docker Compose configuration for Portainer setup
This commit is contained in:
parent
c5a7f160bc
commit
cf2e22b600
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