Skip to content

Commit

Permalink
CHANGED: removed version of postggres due to not finding the image an…
Browse files Browse the repository at this point in the history
…d changed name description for each step in github job
  • Loading branch information
AleixMT committed Feb 29, 2024
1 parent 9deffaa commit 7244d7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Stop eChempad container
- name: Stop Chemotion container
run: docker compose down

- name: Force pulling of the images or they would not be updated
- name: Force pulling of the images
run: docker compose pull

- name: restart eChempad container with new image, which will be automatically pulled
- name: restart chemotion container with new image, which will be automatically pulled
run: docker compose up -d
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
db:
image: postgres:13
image: postgres
restart: unless-stopped
hostname: db
environment:
Expand Down

0 comments on commit 7244d7e

Please sign in to comment.