Skip to content

Commit

Permalink
Merge pull request #20 from espaciofuturoio/main
Browse files Browse the repository at this point in the history
espaciofuturoio/feat(DevOps): add docker-compose configuration
  • Loading branch information
raduciobanu22 authored Feb 7, 2025
2 parents 42a5f9c + 3106951 commit fd48eef
Show file tree
Hide file tree
Showing 11 changed files with 745 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
.env
.DS_Store

.vscode
.idea
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
DATABASE_URL=postgres://username:password@localhost/bento_alephium
POSTGRES_USER=bento_user
POSTGRES_PASSWORD=bento_password
POSTGRES_DB=bento_database
DATABASE_URL=postgres://bento_user:bento_password@bento_db_service:5432/bento_database
Loading

0 comments on commit fd48eef

Please sign in to comment.