docker-compose.ci.sqlite.yml 275 B

123456789
  1. # WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
  2. services:
  3. fullstack:
  4. environment:
  5. DB_SQLITE_FILE: '/data/mydb.sqlite'
  6. PUID: 1000
  7. PGID: 1000
  8. DISABLE_IPV6: 'true'