mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
feat: Signatures électroniques docuseal [#22]
This commit is contained in:
@ -35,11 +35,13 @@ services:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./Back-End:/Back-End
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
- TEST_MODE=True
|
||||
- CORS_ALLOWED_ORIGINS=http://localhost:3000
|
||||
- CSRF_TRUSTED_ORIGINS=http://localhost:3000,http://localhost:8080
|
||||
- CSRF_TRUSTED_ORIGINS=http://localhost:3000
|
||||
links:
|
||||
- "database:database"
|
||||
- "redis:redis"
|
||||
@ -66,17 +68,19 @@ services:
|
||||
volumes:
|
||||
- ./initDocusealUsers.sh:/docker-entrypoint-initdb.d/initDocusealUsers.sh
|
||||
|
||||
frontend:
|
||||
build:
|
||||
context: ./Front-End
|
||||
args:
|
||||
- BUILD_MODE=development
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./Front-End:/app
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
depends_on:
|
||||
- backend
|
||||
# frontend:
|
||||
# build:
|
||||
# context: ./Front-End
|
||||
# args:
|
||||
# - BUILD_MODE=development
|
||||
# ports:
|
||||
# - 3000:3000
|
||||
# volumes:
|
||||
# - ./Front-End:/app
|
||||
# env_file:
|
||||
# - .env
|
||||
# environment:
|
||||
# - TZ=Europe/Paris
|
||||
# depends_on:
|
||||
# - backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user