update
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
services:
|
||||
tlsync:
|
||||
container_name: tlsync
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- LOG_PATH=/app/logs
|
||||
- PORT_TLDRAW_SYNC=5000
|
||||
- NODE_ENV=production
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./:/app
|
||||
- ./bunfig.toml:/app/bunfig.toml:ro
|
||||
- ./.assets:/app/.assets
|
||||
- ./.rooms:/app/.rooms
|
||||
- ./logs:/app/logs
|
||||
networks:
|
||||
- cc-network
|
||||
|
||||
networks:
|
||||
cc-network:
|
||||
name: cc-network
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user