mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
init: basic k8s deployment on DO
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
op-connect-api:
|
||||
image: 1password/connect-api:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- "./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:
|
||||
- "./1password-credentials.json:/home/opuser/.op/1password-credentials.json"
|
||||
- "data:/home/opuser/.op/data"
|
||||
|
||||
volumes:
|
||||
data:
|
||||
Reference in New Issue
Block a user