Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesPenrose committed Nov 27, 2024
1 parent 55d78e6 commit 9e962ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ coverage.out
*.log
*token.json
*creds.json
venv/*
bin/
6 changes: 5 additions & 1 deletion deployments/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- postgres
- minio
- internal-back
- front-back

postgres:
container_name: postgres_container
Expand Down Expand Up @@ -130,6 +131,7 @@ services:
networks:
- minio
- internal-back
- front-back

minio-migrate:
container_name: migrate_minio
Expand All @@ -154,4 +156,6 @@ networks:
minio:
driver: bridge
internal-back:
name: internal-back
name: internal-back
front-back:
name: front-back

0 comments on commit 9e962ec

Please sign in to comment.