Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 10, 2023
1 parent fd65871 commit d2f9059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ services:
restart: always
volumes:
- cache:/data
networks:
- kreacher
command: redis-server --save 20 1 --loglevel warning --requirepass $REDIS_PASSWORD
ports:
- "$REDIS_PORT:$REDIS_PORT"
expose:
- $REDIS_PORT
networks:
- kreacher
pgadmin:
image: dpage/pgadmin4
restart: always
Expand All @@ -35,12 +35,12 @@ services:
- ./.env
depends_on:
- db
networks:
- kreacher
ports:
- "5050:80"
expose:
- 5050
networks:
- kreacher
app:
build: .
restart: always
Expand Down

0 comments on commit d2f9059

Please sign in to comment.