Skip to content

Commit

Permalink
Add docker compose behat override
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Dec 21, 2023
1 parent 082746e commit 053db8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stepup/docker-compose-behat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3.8'

services:

behat:
image: ghcr.io/openconext/openconext-devconf/openconext-devconf:test
environment:
- APP_ENV=${APP_ENV:-prod}
networks:
openconextdev:
volumes:
- ${PWD}/:/config
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit 053db8c

Please sign in to comment.