Initial commit
This commit is contained in:
commit
750943aaba
16 changed files with 318 additions and 0 deletions
6
compose.yaml
Normal file
6
compose.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
ports:
|
||||
- 127.0.0.1:1234:80
|
||||
Loading…
Add table
Add a link
Reference in a new issue