-
Build the container
-
Start the database.
$ docker compose up db -d
-
Start tailscale
$ docekr compose up tailscale -d
-
Create the SSL certificate
$ docker compose exec tailscale /bin/sh -c "tailscale cert --cert-file /mnt/tls/cert.pem --key-file /mnt/tls/cert.key plc.bowfin-woodpecker.ts.net"
-
Start PLC
$ docker compose up -d
See also: