You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
392 B
15 lines
392 B
6 months ago
|
name: lightoidc
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
container_name: lightOIDC
|
||
|
environment:
|
||
|
CATALINA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8000
|
||
|
hostname: guacamole
|
||
|
image: tomcat:9.0-jdk21-openjdk
|
||
|
ports:
|
||
|
- 8080:8080
|
||
|
- 8000:8000
|
||
|
volumes:
|
||
|
- ../de.srsoftware.oidc.light/build/libs/oidc.war:/usr/local/tomcat/webapps/ROOT.war
|