Files
ayerble.com/docker-compose.yml
Aaron Po 9cdcbd5526 First commit of ayerble.com
Create vite configuration
Create Three.js animation background
Add docker support
2026-03-03 01:28:33 -05:00

9 lines
132 B
YAML

services:
ayerble:
build: .
container_name: ayerble
ports:
- "127.0.0.1:3627:3627"
restart: unless-stopped