Initial Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
hops:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: hops-n-grains:latest
|
||||
container_name: hops-app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "8090:8090"
|
||||
environment:
|
||||
- PORT=3000
|
||||
- PB_ADMIN_EMAIL=admin@hopsngrains.com
|
||||
- PB_ADMIN_PASSWORD=HopsPassword1234!
|
||||
volumes:
|
||||
- pb_data:/app/pb_data
|
||||
|
||||
volumes:
|
||||
pb_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user