added Dockerfile
This commit is contained in:
parent
3b8a978a05
commit
d6e0c353dd
2 changed files with 4 additions and 13 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM bellsoft/liberica-openjdk-alpine:17-cds
|
||||
COPY target/*.jar app.jar
|
||||
|
||||
CMD ["java", "-jar", "app.jar"]
|
||||
|
|
@ -8,19 +8,6 @@ services:
|
|||
networks:
|
||||
- lkrp_av
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
restart: always
|
||||
env_file:
|
||||
- test.env
|
||||
volumes:
|
||||
- minio_data:/data
|
||||
ports:
|
||||
- '${MINIO_HOST_PORT}:9000'
|
||||
command: server /data
|
||||
networks:
|
||||
- lkrp_av
|
||||
|
||||
networks:
|
||||
lkrp_av:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue