Skip to content

Commit

Permalink
#63 Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed May 17, 2024
1 parent 6ff7902 commit f5f4700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
botalka:
container_name: lms-botalka
Expand All @@ -7,7 +6,7 @@ services:
- "8080:8080"
volumes:
- ./botalka/build/libs/botalka-0.0.1.jar:/botalka.jar
command: [ "java", "-jar", "/botalka.jar"]
command: [ "java", "-jar", "/botalka.jar" ]
environment:
LMS_POSTGRES_HOST: database
LMS_POSTGRES_DB: ${LMS_POSTGRES_DB?:err}
Expand Down

0 comments on commit f5f4700

Please sign in to comment.