ajout payara
This commit is contained in:
25
payara/compose.yml
Normal file
25
payara/compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
payara:
|
||||
image: payara/server-full:6.2025.9-jdk17
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "4848:4848"
|
||||
env_file:
|
||||
- "variables.env"
|
||||
#environment:
|
||||
#SCRIPT_DIR: ""
|
||||
# volumes:
|
||||
#- ./data/payara:/opt/payara
|
||||
#- ./payara/apps:/opt/payara/deployments
|
||||
# depends_on:
|
||||
# - db
|
||||
db:
|
||||
image: mariadb
|
||||
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