Skip to content

Commit d503127

Browse files
add
1 parent a2696db commit d503127

File tree

2 files changed

+62
-27
lines changed

2 files changed

+62
-27
lines changed

docker-compose.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
version: "3"
1+
version: '3'
22

33
services:
4-
database:
5-
image: postgres:10
6-
volumes:
7-
- "pgdata:/var/lib/postgresql/data"
4+
database:
5+
image: postgres:16
6+
volumes:
7+
- 'pgdata:/var/lib/postgresql/data'
88

9-
backend:
10-
build: .
11-
hostname: django-ltree
12-
volumes:
13-
- ".:/app"
14-
ports:
15-
- "8000:8000"
16-
links:
17-
- "database:database"
9+
backend:
10+
build: .
11+
hostname: django-ltree
12+
volumes:
13+
- '.:/app'
14+
ports:
15+
- '8000:8000'
16+
links:
17+
- 'database:database'
1818

1919
volumes:
20-
pgdata:
21-
pyenv:
20+
pgdata:
21+
pyenv:

poetry.lock

Lines changed: 46 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)