Add test workflow
This commit is contained in:
20
tests/fixtures/docker-compose.yml
vendored
Normal file
20
tests/fixtures/docker-compose.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
op-connect-api:
|
||||
image: 1password/connect-api:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- "$PWD/1password-credentials.json:/home/opuser/.op/1password-credentials.json"
|
||||
- "data:/home/opuser/.op/data"
|
||||
op-connect-sync:
|
||||
image: 1password/connect-sync:latest
|
||||
ports:
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- "$PWD/1password-credentials.json:/home/opuser/.op/1password-credentials.json"
|
||||
- "data:/home/opuser/.op/data"
|
||||
|
||||
volumes:
|
||||
data:
|
||||
Reference in New Issue
Block a user