Skip to content

Commit

Permalink
build: add psql container to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Dec 29, 2023
1 parent 31a7296 commit d7153da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ services:
MYSQL_DATABASE: tablex
ports:
- 3306:3306
tablex_psql:
image: postgres
container_name: tablex_postgres
restart: always
environment:
POSTGRES_PASSWORD: tablex
POSTGRES_USER: tablex
POSTGRES_DB: tablex
ports:
- 54321:5432

0 comments on commit d7153da

Please sign in to comment.