mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Remove duplicate docker compose files
This commit is contained in:
parent
f024bfd447
commit
82c48cf5eb
2 changed files with 2 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
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
|
|
||||||
volumes:
|
|
||||||
- ./src:/app/src # Bind mount for persistent schema.yml and static files
|
|
|
@ -10,3 +10,5 @@ services:
|
||||||
- "${BACKEND_PORT}:8000"
|
- "${BACKEND_PORT}:8000"
|
||||||
environment:
|
environment:
|
||||||
- RUN_TYPE=api
|
- RUN_TYPE=api
|
||||||
|
volumes:
|
||||||
|
- ./src:/app/src # Bind mount for persistent schema.yml and static files
|
Loading…
Add table
Add a link
Reference in a new issue