Files

13 lines
333 B
YAML
Raw Permalink Normal View History

2024-05-21 12:53:07 +10:00
# 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:
2026-05-20 08:16:10 +10:00
cypress:
environment:
CYPRESS_stack: "sqlite"
2024-05-21 12:53:07 +10:00
fullstack:
environment:
2026-05-20 08:16:10 +10:00
DB_SQLITE_FILE: "/data/mydb.sqlite"
2024-05-21 12:53:07 +10:00
PUID: 1000
PGID: 1000
2026-05-20 08:16:10 +10:00
DISABLE_IPV6: "true"