First commit of ayerble.com
Create vite configuration Create Three.js animation background Add docker support
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
ayerble:
|
||||
build: .
|
||||
container_name: ayerble
|
||||
ports:
|
||||
- "127.0.0.1:3627:3627"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user