Files
IntegryManagementSystem/docker-compose.yml
GiuseppeS aedaad1de3
Some checks failed
IntegryManagementSystem_Multi/pipeline/head Something is wrong with the build of this commit
Integrato Docker
2025-03-11 12:37:33 +01:00

11 lines
252 B
YAML

services:
tomcat:
build: ./
restart: unless-stopped
ports:
- "8080:8080"
- "5005:5005"
volumes:
- ./docker/tomcat/conf/integry:/usr/local/tomcat/conf/integry
extra_hosts:
- host.docker.internal:host-gateway