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
450 B

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