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.

21 lines
458 B

version: "3.7"
services:
6 months ago
explorer_rs:
build:
context: ../explorer_rs
dockerfile: dockerfile
image: "explorer_rs"
6 months ago
command: ["java","-jar","/app/explorer_rs/explorer_rs-0.1.jar"]
ports:
- 82:8282
restart: unless-stopped
6 months ago
volumes:
- data_explorer_rs:${DATA}
volumes:
data_explorer_rs:
external: true
networks:
default:
external:
name: tech_network
driver: bridge