Added migrations for mysql and postgres, added ci testing suites for them

This commit is contained in:
Jamie Curnow
2023-05-30 13:26:46 +10:00
parent e0773b1c06
commit 3c1b4fdf34
13 changed files with 1266 additions and 41 deletions

View File

@ -5,9 +5,10 @@ services:
fullstack:
image: ${IMAGE}:${BRANCH_LOWER}-ci-${BUILD_NUMBER}
environment:
- NPM_LOG_LEVEL=debug
- NPM_LOG_FORMAT=json
- NPM_DISABLE_IPV6=true
NPM_DB_DRIVER: 'sqlite'
NPM_LOG_LEVEL: 'debug'
NPM_LOG_FORMAT: 'json'
NPM_DISABLE_IPV6: 'true'
volumes:
- '/etc/localtime:/etc/localtime:ro'
- npm_data_ci:/data