version: '3.8'
services:
  db:
    image: postgres:15
    environment:
      POSTGRES_PASSWORD: da74dde7d23f0577
      POSTGRES_DB: archive
    ports: ['5432:5432']
  redis:
    image: redis:7
    command: redis-server --requirepass 733c7e9d45349b9a7888
  app:
    image: registry.node3.internal/archive:latest
    environment:
      APP_KEY: base64:QqYhAaVHsrHLYT31Y/MiSPe0jwGteE0ngqPHXywBX6A=
      JWT_SECRET: 525c12d32bbcded01cf32534e0bb7cd578d4423bc6983d1b
