services: app: ports: - "${APP_PORT:-8080}:80" db: ports: - "${DB_PORT:-3307}:3306"