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.
20 lines
424 B
20 lines
424 B
version: "3.7" |
|
services: |
|
gates: |
|
container_name: "gates" |
|
hostname: "gates" |
|
build: |
|
context: ../gates |
|
dockerfile: dockerfile |
|
image: "gates" |
|
command: ["java","-jar","/app/gates/gates-0.0.1.jar"] |
|
ports: |
|
- 83:8383 |
|
restart: unless-stopped |
|
networks: |
|
- tech_network |
|
networks: |
|
tech_network: |
|
name: tech_network |
|
external: true |
|
driver: bridge |