Add in missing docker-compose.yml file

This commit is contained in:
Keannu Christian Bernasol 2025-09-01 02:21:35 +08:00
parent bdfae12aea
commit 455d89fa4a
2 changed files with 12 additions and 2 deletions

View file

@ -28,5 +28,3 @@ services:
- INBUCKET_STORAGE_TYPE=memory
- INBUCKET_STORAGE_MAILBOXMSGCAP=2000
volumes:
db-data:

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
# API
django:
env_file: .env
build:
context: .
dockerfile: Dockerfile
image: git.06222001.xyz/keannu125/drf_template:latest
ports:
- "${BACKEND_PORT}:8000"
environment:
- RUN_TYPE=api