mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-02-12 10:02:06 +00:00
14 lines
274 B
YAML
14 lines
274 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
scim:
|
|
build: .
|
|
ports:
|
|
- "80:8080"
|
|
- "443:8443"
|
|
links:
|
|
- redis
|
|
entrypoint: ["/op-scim/op-scim", "--letsencrypt-domain=op-scim-demo.com"]
|
|
redis:
|
|
image: redis:latest
|