mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-27 18:21:17 +08:00
Add docker-compose.yml
This commit is contained in:
parent
68d0bc3792
commit
0a1d7ac72a
3 changed files with 9 additions and 1 deletions
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
build: .
|
||||
env_file: .env
|
||||
ports:
|
||||
- "${PORT}:80"
|
Loading…
Add table
Add a link
Reference in a new issue