Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingbanglore authored Nov 11, 2020
1 parent e49eae4 commit c7ce63e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3.1'
services:
springboot:
image: dockerhandson/maven-web-app:$BUILD_NUMBER
restart: always
ports:
- 9090:8080
networks:
- mavenappbridge
networks:
mavenappbridge:

0 comments on commit c7ce63e

Please sign in to comment.