Skip to content

Commit

Permalink
Allow Production Port Forward (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
animemoeus committed Sep 5, 2024
1 parent 5e4cda3 commit c3722f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ services:
- production_postgres_data_backups:/backups
env_file:
- ./.envs/.production/.postgres
ports:
- 5432:5432

redis:
image: redis:6
Expand Down

0 comments on commit c3722f4

Please sign in to comment.