Files
nginx-proxy-manager/docker/docker-compose.ci.sqlite.yml
Jamie Curnow 8a619192fb up
2026-05-20 14:55:23 +10:00

13 lines
333 B
YAML

# WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
services:
cypress:
environment:
CYPRESS_stack: "sqlite"
fullstack:
environment:
DB_SQLITE_FILE: "/data/mydb.sqlite"
PUID: 1000
PGID: 1000
DISABLE_IPV6: "true"