First create a .env file with the following structure (names are like this because i'm using postgres)
POSTGRES_CONTAINER_NAME=
POSTGRES_CONTAINER_IMAGE_NAME=
postgres_USER=
postgres_PASS=
# Set up some logging. VERY useful to see why things aren't working. | |
logger_syslog=-1 | |
logger_syslog_level=2 | |
logger_stdout=-1 | |
logger_stdout_level=2 | |
# Which interface to use and which bridge to join | |
interface=wlan0 | |
bridge=br0 |