version: '2.4' services: hydra: image: oryd/hydra:v1.4.2-alpine environment: DSN: memory URLS_LOGIN: http://localhost:3000/login URLS_CONSENT: http://localhost:3000/consent ports: - 4444:4444 - 4445:4445 command: serve all --dangerous-force-http smtp: image: bornholm/fake-smtp ports: - 3001:8080 - 2525:2525 volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro