Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 4bd455b

Browse files
author
joselfonseca
committed
remove redis as it may not be needed if different solution is used for cache
1 parent 1174b4d commit 4bd455b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
FROM joselfonsecadt/nginx-php7.4:latest
22

3-
MAINTAINER Jose Fonseca <[email protected]>
4-
53
WORKDIR /var/www/html/
64

75
COPY . /var/www/html/
86

97
EXPOSE 80
108

11-
CMD ["/usr/bin/supervisord"]
9+
CMD ["/usr/bin/supervisord"]

docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ services:
2626
- 3306:3306
2727
networks:
2828
- api
29-
redis:
30-
image: redis:5-alpine
31-
ports:
32-
- 6379:6379
33-
networks:
34-
- api
3529
networks:
3630
api:
37-
driver: bridge
31+
driver: bridge

0 commit comments

Comments
 (0)