Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f6dfe050 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- fix issues in SMP-SML images

parent 0e267d2c
No related branches found
No related tags found
No related merge requests found
version: "3.0"
services:
tomcat-mysql:
tomcat-mysql-sml:
image: smp-sml-tomcat-mysql:${SMP_VERSION}
container_name: smp-sml-tomcat-mysql
volumes:
......@@ -9,6 +9,6 @@ services:
- 3908:3306
- 8982:8080
- 6902:6901
- 53:53
- 8953:53
......@@ -7,7 +7,7 @@ services:
- ./properties/db-scripts:/u01/app/oracle/scripts/setup # init script.
- shared-status-folder:/u01/status/
ports:
- 1721:1521
- 1921:1521
shm_size: '1gb'
weblogic:
depends_on:
......
......@@ -17,7 +17,7 @@ ENV SMP_HOME=/opt/smp \
EXPOSE 3306 8080 6901
# Exposing ports used in entrypoint.sh ..
# - 3306 Mysql port
# - 6400 JaCoCo port
# - 6901 JaCoCo port
# - 8080 Tomcat port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment