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:
@@ -1,11 +1,7 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
bentopdf:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: bentopdf/bentopdf:latest
|
||||
container_name: bentopdf
|
||||
ports:
|
||||
- '3000:80'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:80"
|
||||
Reference in New Issue
Block a user