Update README with Docker deployment instructions and bump version to 0.0.1-beta in package.json
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
ossm-configurator:
|
||||
image: ghcr.io/munchdev-oss/ossm-configurator:latest
|
||||
container_name: ossm-configurator
|
||||
ports:
|
||||
- "80:80"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
Reference in New Issue
Block a user