version: '3' services: jellystat-db: image: postgres environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: mypassword jellystat: image: jellystat environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: mypassword POSTGRES_IP: jellystat-db POSTGRES_PORT: 5432 JWT_SECRET: 'my-secret-jwt-key' ports: - "3000:3000" depends_on: - jellystat-db networks: default: logging: driver: "json-file" options: max-file: "5" # number of files or file count max-size: "10m" # file size