Update CORS trytond.cfg

This commit is contained in:
2026-08-05 14:02:25 -05:00
parent d854c2813e
commit b718ee38f8
4 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ services:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB}
ports:
- "5432:5432"
live:
build:
context: .