Welcome to imixs-workflow Discussions! #720
Replies: 5 comments 4 replies
-
Hi all, https://www.youtube.com/@SecureWithZephon hopefully once I figure it out I can make a few videos for others. let the fun begin!! |
Beta Was this translation helpful? Give feedback.
-
Hi @rsoika, Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Ralph, Thanks in advance.
compose file version: "3.6"
services:
imixs-db:
image: postgres:13.11
environment:
POSTGRES_PASSWORD: adminadmin
POSTGRES_DB: workflow-db
volumes:
- dbdata:/var/lib/postgresql/data
imixs-app:
image: imixs-zephon:latest
environment:
TZ: "CET"
LANG: "en_US.UTF-8"
JAVA_OPTS: "-Dnashorn.args=--no-deprecation-warning"
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "adminadmin"
POSTGRES_CONNECTION: "jdbc:postgresql://imixs-db/workflow-db"
ports:
- "8080:8080"
- "8787:8787"
- "9990:9990"
volumes:
dbdata: run the image |
Beta Was this translation helpful? Give feedback.
-
Got it. added this to the compose both are working now in the same container!!! |
Beta Was this translation helpful? Give feedback.
-
Yep agreed. I needed this mostly for testing things out. makes it a little easier. for auth we would need to implement OIDC. that's what we are using now in Spring Boot. found this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions