LandisPlusGyr

From Geitenpad
Revision as of 14:34, 5 January 2025 by Rijk (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create network to let landisplusgyr communicatie with mysql on host via 192.168.5.1 (which is thus mapped to ppl)

docker network create -d bridge --subnet 192.168.5.0/24 --gateway 192.168.5.1 landisplusgyrnet

Build image (image is based on tomcat because I cannot get contextpath set correctly)

docker build . -t landisplusgyr

Bring container up

docker-compose -f app.yml up