initial commit
This commit is contained in:
commit
12113c2ee1
10 changed files with 313 additions and 0 deletions
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
blogsite:
|
||||
image: custom/blogsite
|
||||
build: ./src
|
||||
networks:
|
||||
- net
|
||||
Loading…
Add table
Add a link
Reference in a new issue