ajout compose pour payara
This commit is contained in:
21
payara/compose.yml
Executable file
21
payara/compose.yml
Executable file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
payara:
|
||||
image: payara/server-full:6.2025.9-jdk17
|
||||
container_name: payara
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "4848:4848"
|
||||
- "8181:8181"
|
||||
env_file:
|
||||
- "variables.env"
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
container_name: db
|
||||
ports:
|
||||
- "3336:3306"
|
||||
env_file:
|
||||
- "variables.env"
|
||||
volumes:
|
||||
- ./data/db_data:/var/lib/mysql
|
||||
- ./init:/docker-entrypoint-initdb.d
|
||||
Reference in New Issue
Block a user