feat: initial commit
This commit is contained in:
commit
075939142f
63 changed files with 9494 additions and 0 deletions
16
docker-compose.prod.yml
Normal file
16
docker-compose.prod.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: '3.7'
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: app
|
||||
image: app
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8000:8000"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
command:
|
||||
- entrypoints/gunicorn.sh
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue