Some checks failed
IntegryManagementSystem_Multi/pipeline/head Something is wrong with the build of this commit
11 lines
252 B
YAML
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 |