Skip to content

Instantly share code, notes, and snippets.

@pauldougan
Last active June 14, 2018 06:05
Show Gist options
  • Save pauldougan/a7490f436822b321dcf98607eed5c8fc to your computer and use it in GitHub Desktop.
Save pauldougan/a7490f436822b321dcf98607eed5c8fc to your computer and use it in GitHub Desktop.

UnionVMS

Recipe

curl -O  http://nexus.focus.fish/nexus/repository/releases/eu/europa/ec/fisheries/uvms/docker/docker-compose/3.22.0/docker-compose-3.22.0.yml
sudo mkdir -p /opt/jboss/wildfly/standalone/log
sudo mkdir -p  /app/logs

Add opt/jboss/wildfly/standalone/log and /app/logs to the docker files sharing settings to allow them to be bind mounted

Docker -> Preferences -> File Sharing

docker-compose -f docker-compose-3.22.0.yml up

go to http://localhost:28080/unionvms/

  • User: vms_admin_com
  • Password: password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment