Added other containers

This commit is contained in:
Tim Dawson 2021-07-20 00:28:25 +12:00
parent de3e7d0801
commit 3b6493cdd8

View file

@ -5,6 +5,26 @@ jobs:
working_directory: ~/repo
docker:
- image: circleci/golang:1.16
- image: mariadb:10.1
environment:
MYSQL_ROOT_PASSWORD: supersecret
- image: psitrax/powerdns
environment:
MYSQL_USER: root
MYSQL_PASS: supersecret
MYSQL_PORT: "3306"
command:
- "--webserver=yes"
- "--api=yes"
- "--api-key=password"
- "--webserver-port=8080"
- "--webserver-loglevel=detailed"
- "--loglevel=10"
- "--log-dns-queries=yes"
- "--master"
- "--disable-syslog"
- "--webserver-address=0.0.0.0"
- "--webserver-allow-from=0.0.0.0/0"
steps:
- checkout
- restore_cache: