Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Docker Compose configuration for Flask app and Redis service
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed May 16, 2024
1 parent c055be9 commit 112f4c6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.9"
version: "3"

services:
web:
build:
build: .
ports:
- "8000:5000"
volumes:
Expand Down
Binary file removed compose/2/data/db/base/1/pg_internal.init
Binary file not shown.
Binary file modified compose/2/data/db/base/5/pg_internal.init
Binary file not shown.
Binary file modified compose/2/data/db/global/pg_control
Binary file not shown.
Binary file modified compose/2/data/db/global/pg_internal.init
Binary file not shown.
Binary file modified compose/2/data/db/pg_stat/pgstat.stat
Binary file not shown.
Binary file modified compose/2/data/db/pg_wal/000000010000000000000001
Binary file not shown.

0 comments on commit 112f4c6

Please sign in to comment.