feature(docker): Implemented DockerFile, docker compose .env and updated the run.sh file.
This commit is contained in:
11
docker-compose.example.yml
Normal file
11
docker-compose.example.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
warpbox:
|
||||
image: warpbox:latest
|
||||
container_name: warpbox
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user