@@ -0,0 +1,13 @@
|
||||
services:
|
||||
app:
|
||||
image: infinite-canvas:local
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user