Deployment Automation 6.1.5 Server
167
docker pull dapublish/da-server:6.1.5
docker run -d -p 8080:8080 -p 7918:7918 dapublish/da-server:6.1.5
admin/admin
depending on your network configuration you may need to adjust server' External Agent URL. To do this go to Administration -> System -> System Settings, change External Agent URL to appropriate host and port. For default docker installation change host to localhost and port to exposed port.
# can be derby, oracle, sqlserver
ENV DATABASE_TYPE derby
ENV DATABASE_USER da
ENV DATABASE_PASSWORD password
# oracle and sqlserver specific, schema for sqlserver is database name
ENV DATABASE_SCHEMA da
ENV DATABASE_HOST localhost
# default ports: oracle 1521, sqlsever 1433
ENV DATABASE_PORT 1521
# oracle only specific
ENV DATABASE_SID orcl
8080 - tomcat port 7918 - jms port (agent connectivity)
Content type
Image
Digest
Size
437.6 MB
Last updated
almost 9 years ago
docker pull dapublish/da-server:6.1.5