Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Jun 18, 2024
1 parent a2696db commit d503127
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 27 deletions.
32 changes: 16 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
version: "3"
version: '3'

services:
database:
image: postgres:10
volumes:
- "pgdata:/var/lib/postgresql/data"
database:
image: postgres:16
volumes:
- 'pgdata:/var/lib/postgresql/data'

backend:
build: .
hostname: django-ltree
volumes:
- ".:/app"
ports:
- "8000:8000"
links:
- "database:database"
backend:
build: .
hostname: django-ltree
volumes:
- '.:/app'
ports:
- '8000:8000'
links:
- 'database:database'

volumes:
pgdata:
pyenv:
pgdata:
pyenv:
57 changes: 46 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d503127

Please sign in to comment.