Sign inSign up

dapublish/da-server

By dapublish

•Updated almost 9 years ago

Deployment Automation 6.1.5 Server

Image
3

167

dapublish/da-server repository overview

⁠Pull

docker pull dapublish/da-server:6.1.5

⁠Running server on default docker installation:

docker run -d -p 8080:8080 -p 7918:7918 dapublish/da-server:6.1.5

⁠Default credentials:

admin/admin

⁠Agents connectivity:

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.

⁠Environment variables:

# 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

⁠Exposed ports:

8080 - tomcat port 7918 - jms port (agent connectivity)

See also: https://hub.docker.com/r/dapublish/da-agent/⁠

Tag summary

Content type

Image

Digest

Size

437.6 MB

Last updated

almost 9 years ago

docker pull dapublish/da-server:6.1.5