mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-12-13 10:43:59 +00:00
dockerize
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
gronk:
|
||||
build:
|
||||
context: '.'
|
||||
args:
|
||||
ARCH: ${ARCH}
|
||||
volumes:
|
||||
- '${SOURCE}:/usr/src/app/notes'
|
||||
- '${OUTPUT}:/usr/src/app/web'
|
||||
Reference in New Issue
Block a user