Skip to content

Commit 6426288

Browse files
committed
docker compose: Add tiqr and azuremfa
1 parent 69296c7 commit 6426288

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

stepup/docker-compose.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,26 @@ services:
9494
- ${PWD}/:/config
9595
- /dev/log:/dev/log
9696

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+
environment:
110+
- APP_ENV=prod
111+
networks:
112+
openconextdev:
113+
volumes:
114+
- ${PWD}/:/config
115+
- /dev/log:/dev/log
116+
97117
mailcatcher:
98118
image: sj26/mailcatcher:latest
99119
ports:

0 commit comments

Comments
 (0)