mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
19 lines
311 B
YAML
19 lines
311 B
YAML
version: '2'
|
|
|
|
services:
|
|
wildfly:
|
|
image: 'bitnami/wildfly:latest'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- '8080:8080'
|
|
- '9990:9990'
|
|
volumes:
|
|
- 'wildfly_data:/bitnami'
|
|
environment:
|
|
- WILDFLY_PASSWORD=password
|
|
|
|
volumes:
|
|
wildfly_data:
|
|
driver: local
|