tabletop-companion/.kamal/hooks/docker-setup

8 lines
224 B
Plaintext
Raw Normal View History

2024-06-19 10:16:56 +00:00
#!/usr/bin/env bash
# A sample docker-setup hook
#
# Sets up a Docker network which can then be used by the applications containers
ssh root@ttcompanion.com "docker network inspect kamal || docker network create kamal"