We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69296c7 commit 6426288Copy full SHA for 6426288
stepup/docker-compose.yml
@@ -94,6 +94,26 @@ services:
94
- ${PWD}/:/config
95
- /dev/log:/dev/log
96
97
+ tiqr:
98
+ image: ghcr.io/openconext/stepup-tiqr/stepup-tiqr:prod
99
+ environment:
100
+ - APP_ENV=prod
101
+ networks:
102
+ openconextdev:
103
+ volumes:
104
+ - ${PWD}/:/config
105
+ - /dev/log:/dev/log
106
+
107
+ azuremfa:
108
+ image: ghcr.io/openconext/stepup-azuremfa/stepup-azuremfa:prod
109
110
111
112
113
114
115
116
117
mailcatcher:
118
image: sj26/mailcatcher:latest
119
ports:
0 commit comments