Skip to content

Commit

Permalink
DEAR-98 revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smuefsmuef committed Jul 29, 2024
1 parent f754cb7 commit e228930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
# networks:
# - yappi_network
networks:
- yappi_network

yappi_backend:
build:
Expand All @@ -27,10 +27,10 @@ services:
JWT_SECRET: ${JWT_SECRET}
depends_on:
- db
# ports:
# - "8080:8080"
# networks:
# - yappi_network
ports:
- "8080:8080"
networks:
- yappi_network

volumes:
postgres_data:
Expand Down

0 comments on commit e228930

Please sign in to comment.