build(docker): add docker-compose.dev.yml and update docker-compose.yml
Add development docker-compose configuration and switch production config to use pre-built image docs: update README with improved setup instructions and new features
This commit is contained in:
9
docker-compose.dev.yml
Normal file
9
docker-compose.dev.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
bentopdf:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: bentopdf
|
||||
ports:
|
||||
- '3000:80'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user