docker image building and docker compose support
This commit is contained in:
parent
f641dac69b
commit
22c2bc1492
3 changed files with 56 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
personal-site:
|
||||
build: .
|
||||
ports:
|
||||
- 4321:4321
|
||||
restart: no
|
||||
logging:
|
||||
options:
|
||||
max-size: 1g
|
||||
Loading…
Add table
Add a link
Reference in a new issue