You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
352 B

version: "3.7"
services:
resource-service-api:
build:
context: ../explorer_rs
dockerfile: dockerfile
image: "explorer_rs"
command: ["java","-jar","/app/explorer_rs-0.1.jar"]
ports:
- 82:8282
restart: unless-stopped
networks:
default:
external:
name: tech_network
driver: bridge