Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stojkovicv authored Nov 30, 2023
1 parent b029c5c commit 26fbfc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Docker Compose

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
compose:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run Docker Compose
run: |
docker-compose build
docker-compose up -d
docker-compose down

0 comments on commit 26fbfc7

Please sign in to comment.