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.
24 lines
474 B
24 lines
474 B
services: |
|
face: |
|
container_name: "face" |
|
hostname: "face" |
|
build: |
|
context: ../face |
|
dockerfile: dockerfile |
|
image: "face" |
|
command: ["java","-jar","/app/face/face-0.1.jar"] |
|
volumes: |
|
- teh-logs:${LOGGER_DATA} |
|
ports: |
|
- 83:8383 |
|
restart: unless-stopped |
|
networks: |
|
- teh-net |
|
volumes: |
|
teh-logs: |
|
external: true |
|
networks: |
|
teh-net: |
|
name: teh-net |
|
external: true |
|
driver: bridge |