Fix language switche, adapt contact form and add gitea action.

This commit is contained in:
2026-04-14 17:06:10 +02:00
parent d257c1b2a1
commit 94b6155c68
9 changed files with 135 additions and 47 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
website:
build: .
ports:
- 1313:80
env_file: .env
facteur:
image: php:8.5-apache
ports:
- 1314:80
volumes:
- ./contact-backend/:/var/www/html/
mailpit:
image: axllent/mailpit
container_name: mailpit
restart: unless-stopped
ports:
- 8025:8025
- 1025:1025
environment:
MP_MAX_MESSAGES: 5000
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1