We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7acca commit 2772e97Copy full SHA for 2772e97
1 file changed
compose.yaml
@@ -26,6 +26,20 @@ services:
26
- postgres
27
container_name: tirehtoori-backend
28
29
+ uwsgi:
30
+ build:
31
+ context: .
32
+ dockerfile: .docker/Dockerfile
33
+ target: production
34
+ env_file:
35
+ - .docker/.env
36
+ ports:
37
+ - "8080:8000"
38
+ depends_on:
39
+ - postgres
40
+ container_name: tirehtoori-uwsgi
41
+ profiles: ["uwsgi"]
42
+
43
volumes:
44
tirehtoori-postgres-data-volume:
45
0 commit comments