Skip to content
Snippets Groups Projects
Unverified Commit de33b030 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Merge pull request #6 from alexislefebvre/use-tags-for-services

Use tags for services
parents d296aa81 9fb707b9
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ services: ...@@ -22,7 +22,7 @@ services:
- frontend - frontend
db: db:
image: postgres image: postgres:13
restart: always restart: always
environment: environment:
- POSTGRES_USER=${dbUser} - POSTGRES_USER=${dbUser}
...@@ -72,5 +72,5 @@ services: ...@@ -72,5 +72,5 @@ services:
- db - db
redis: redis:
image: redis image: redis:6
restart: always restart: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment