Update .env values and set up woodpecker.yml

This commit is contained in:
Keannu Christian Bernasol 2024-08-30 16:52:15 +08:00
parent d8065bc70a
commit 67a20a3330
5 changed files with 41 additions and 6 deletions

View file

@ -10,7 +10,7 @@ services:
dockerfile: Dockerfile
image: drf_template:latest
ports:
- "8000:8000"
- "${BACKEND_PORT}:${BACKEND_PORT}"
environment:
- PYTHONBUFFERED=1
- RUN_TYPE=web