We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baef5b3 commit a7ffffdCopy full SHA for a7ffffd
1 file changed
docker-compose.yml
@@ -1,25 +1,24 @@
1
-version: "3"
2
-
3
volumes:
4
postgres_data:
5
6
services:
7
- # django_test:
8
- # build:
9
- # context: .
10
- # dockerfile: ./compose/django/Dockerfile
11
- # image: django_tenant_options_django
12
- # container_name: django_test
13
- # env_file:
14
- # - ./compose/django/.django
15
- # ports:
16
- # - "8111:8111"
17
- # command: /start
+ django_test:
+ build:
+ context: .
+ dockerfile: ./compose/django/Dockerfile
+ image: django_tenant_options
+ container_name: django_test
+
+ env_file:
+ - ./compose/django/.django
+ ports:
+ - "8111:8111"
+ command: /start
18
19
postgres:
20
image: postgres:16
21
container_name: django_test_postgres
22
ports:
23
- - "5432:5432"
+ - "5437:5432"
24
25
- postgres_data:/var/lib/postgresql/data
0 commit comments