Initial Commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
dev:
|
||||
build:
|
||||
context: .
|
||||
target: dev
|
||||
volumes:
|
||||
- ./src:/app/src:ro
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: unless-stopped
|
||||
|
||||
prod:
|
||||
build:
|
||||
context: .
|
||||
target: prod
|
||||
volumes:
|
||||
- bot_data:/app/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
bot_data:
|
||||
Reference in New Issue
Block a user