Fix language switche, adapt contact form and add gitea action.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user