Skip to content

Commit

Permalink
Add a configuration to run the server with a local DB
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 17, 2024
1 parent 0088d0a commit c699ed6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.dbless.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: redirect_dev

services:

webapp_local_psql:
extends:
file: docker-compose.base.yml
service: redirect_dev_base
environment:
- "DATABASE_ENGINE=postgres"
- "DATABASE_HOST=127.0.0.1"
- "DATABASE_PORT=5432"

0 comments on commit c699ed6

Please sign in to comment.