update docker-compose

This commit is contained in:
Akbar Rahman 2022-05-26 15:53:04 +01:00
parent 1fee71280f
commit 954c9e214c
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -3,10 +3,9 @@ version: '3'
services: services:
sus: sus:
build: . build: .
ports: [ "80:80" ] ports: [ "8430:80" ]
environment: environment:
- SECRET=${SECRET} - SECRET=${SECRET}
redis: redis:
image: redis:7 image: redis:7
volumes: [ "./redis:/data" ] volumes: [ "./redis:/data" ]
ports: [ "6379:6379" ]