2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 05:07:13 +08:00
Files
templates/tomcat/docker-compose.yml
2026-01-23 06:49:40 +08:00

15 lines
316 B
YAML

services:
tomcat:
image: bitnami/tomcat:latest
restart: unless-stopped
environment:
- TOMCAT_PASSWORD=${TOMCAT_PASSWORD}
ports:
- ${TOMCAT_PORT_HTTP}:8080
volumes:
- ./data:/bitnami/tomcat
networks:
- acepanel-network
networks:
acepanel-network:
external: true