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