# SSH Tunnel Override - Only for development # This file is automatically included in development but excluded in production version: '3.8' services: # SSH Tunnel is only enabled in development roa-ssh-tunnel: profiles: - development # Backend dependency adjustment for development roa-backend: depends_on: - roa-redis - roa-ssh-tunnel environment: # In development, connect through SSH tunnel - ORACLE_HOST=roa-ssh-tunnel - ORACLE_PORT=1526